#define GAL_VIEW_NEW_DIALOG_TYPE struct GalViewNewDialog; GtkWidget* gal_view_new_dialog_new (GalViewCollection *collection); GtkWidget* gal_view_new_dialog_construct (GalViewNewDialog *dialog, GalViewCollection *collection);
struct GalViewNewDialog {
GnomeDialog parent;
/* item specific fields */
GladeXML *gui;
GalViewCollection *collection;
GalViewFactory *selected_factory;
};GtkWidget* gal_view_new_dialog_new (GalViewCollection *collection);
| collection : | |
| Returns : |
|
GtkWidget* gal_view_new_dialog_construct (GalViewNewDialog *dialog, GalViewCollection *collection);
| dialog : | |
| collection : | |
| Returns : |
|
| <<< GalViewEtable | Combo Boxes and associated utilities >>> |