![]() |
![]() |
![]() |
Eye of MATE Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
enum EomPropertiesDialogPage; struct EomPropertiesDialog; GObject * eom_properties_dialog_new (GtkWindow *parent
,EomThumbView *thumbview
,GtkAction *next_image_action
,GtkAction *previous_image_action
); void eom_properties_dialog_update (EomPropertiesDialog *prop
,EomImage *image
); void eom_properties_dialog_set_page (EomPropertiesDialog *prop
,EomPropertiesDialogPage page
); void eom_properties_dialog_set_netbook_mode (EomPropertiesDialog *dlg
,gboolean enable
);
"netbook-mode" gboolean : Read / Write "thumbview" EomThumbView* : Read / Write / Construct Only
typedef enum { EOM_PROPERTIES_DIALOG_PAGE_GENERAL = 0, EOM_PROPERTIES_DIALOG_PAGE_EXIF, EOM_PROPERTIES_DIALOG_PAGE_DETAILS, EOM_PROPERTIES_DIALOG_N_PAGES } EomPropertiesDialogPage;
GObject * eom_properties_dialog_new (GtkWindow *parent
,EomThumbView *thumbview
,GtkAction *next_image_action
,GtkAction *previous_image_action
);
|
the dialog's parent window |
Returns : |
a new EomPropertiesDialog. [transfer full][type EomPropertiesDialog] |
void eom_properties_dialog_update (EomPropertiesDialog *prop
,EomImage *image
);
void eom_properties_dialog_set_page (EomPropertiesDialog *prop
,EomPropertiesDialogPage page
);
void eom_properties_dialog_set_netbook_mode (EomPropertiesDialog *dlg
,gboolean enable
);