#include "../config.h"
#include <string.h>
#include "dialogs.h"
#include "guiapi.h"
#include "queries.h"
#include "register.h"
#include "tables.h"
Include dependency graph for db_connect_dlg.c:
Go to the source code of this file.
Defines | |
#define | KEY_FIELDNAME "fieldname" |
Field name data key. | |
Functions | |
void | update_button_sensitivity (void) |
Make the controls 'sensitive' state match the application state. | |
int | db_connect_dialog_reconnect (GtkWidget *widget) |
Reconnect using the login parameters in the login dialog. | |
void | db_connect_dialog_create (void) |
Create the connection dialog. | |
void | db_connect_dialog_show (void) |
Show the query save dialog. |
Definition in file db_connect_dlg.c.
|
Field name data key. Used to associate a form field with a gtk_widget. Definition at line 34 of file db_connect_dlg.c. |