|
GnuCash c935c2f+
|
Data Fields | |
| int | type |
| GtkWidget * | dialog |
| GtkWidget * | frame_file |
| GtkWidget * | frame_database |
| GtkWidget * | readonly_checkbutton |
| GtkFileChooser * | fileChooser |
| gchar * | starting_dir |
| GtkComboBoxText * | cb_uri_type |
| GtkEntry * | tf_host |
| GtkEntry * | tf_database |
| GtkEntry * | tf_username |
| GtkEntry * | tf_password |
| GtkEntry * | tf_port |
Definition at line 51 of file dialog-file-access.c.
| GtkComboBoxText* FileAccessWindow::cb_uri_type |
Definition at line 62 of file dialog-file-access.c.
| GtkWidget* FileAccessWindow::dialog |
Definition at line 56 of file dialog-file-access.c.
| GtkFileChooser* FileAccessWindow::fileChooser |
Definition at line 60 of file dialog-file-access.c.
| GtkWidget* FileAccessWindow::frame_database |
Definition at line 58 of file dialog-file-access.c.
| GtkWidget* FileAccessWindow::frame_file |
Definition at line 57 of file dialog-file-access.c.
| GtkWidget* FileAccessWindow::readonly_checkbutton |
Definition at line 59 of file dialog-file-access.c.
| gchar* FileAccessWindow::starting_dir |
Definition at line 61 of file dialog-file-access.c.
| GtkEntry* FileAccessWindow::tf_database |
Definition at line 64 of file dialog-file-access.c.
| GtkEntry* FileAccessWindow::tf_host |
Definition at line 63 of file dialog-file-access.c.
| GtkEntry* FileAccessWindow::tf_password |
Definition at line 66 of file dialog-file-access.c.
| GtkEntry* FileAccessWindow::tf_port |
Definition at line 67 of file dialog-file-access.c.
| GtkEntry* FileAccessWindow::tf_username |
Definition at line 65 of file dialog-file-access.c.
| int FileAccessWindow::type |
Definition at line 54 of file dialog-file-access.c.