Top |
GtkWidget * | eom_properties_dialog_new () |
void | eom_properties_dialog_update () |
void | eom_properties_dialog_set_page () |
void | eom_properties_dialog_set_netbook_mode () |
gboolean | netbook-mode | Read / Write |
EomThumbView * | thumbview | Read / Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── EomPropertiesDialog
GtkWidget * 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”
property“netbook-mode” gboolean
Netbook Mode.
Owner: EomPropertiesDialog
Flags: Read / Write
Default value: FALSE
“thumbview”
property“thumbview” EomThumbView *
Thumbview.
Owner: EomPropertiesDialog
Flags: Read / Write / Construct Only