Properties
  "parent-window"            GtkWindow*            : Read / Write / Construct Only
 
Details
EogDialog
typedef struct _EogDialog EogDialog;
 
eog_dialog_construct ()
void                eog_dialog_construct                (EogDialog *dialog,
                                                         const gchar *glade_file,
                                                         const gchar *dlg_node);
| dialog:
 |  | 
| glade_file:
 |  | 
| dlg_node:
 |  | 
 
eog_dialog_show ()
void                eog_dialog_show                     (EogDialog *dialog);
 
eog_dialog_hide ()
void                eog_dialog_hide                     (EogDialog *dialog);
 
eog_dialog_get_controls ()
void                eog_dialog_get_controls             (EogDialog *dialog,
                                                         const gchar *property_id,
                                                         ...);
| dialog:
 |  | 
| property_id:
 |  | 
| ...:
 |  | 
 
 
Property Details
The "parent-window" property
  "parent-window"            GtkWindow*            : Read / Write / Construct Only
Parent window.