Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | eog_properties_dialog_new () |
void | eog_properties_dialog_update () |
void | eog_properties_dialog_set_page () |
void | eog_properties_dialog_set_netbook_mode () |
gboolean | netbook-mode | Read / Write |
GtkAction * | next-action | Read / Write / Construct Only |
GtkAction * | prev-action | Read / Write / Construct Only |
EogThumbView * | thumbview | Read / Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── EogPropertiesDialog
GtkWidget * eog_properties_dialog_new (GtkWindow *parent
,EogThumbView *thumbview
,GtkAction *next_image_action
,GtkAction *previous_image_action
);
void eog_properties_dialog_update (EogPropertiesDialog *prop
,EogImage *image
);
void eog_properties_dialog_set_page (EogPropertiesDialog *prop
,EogPropertiesDialogPage page
);
void eog_properties_dialog_set_netbook_mode (EogPropertiesDialog *dlg
,gboolean enable
);
“netbook-mode”
property “netbook-mode” gboolean
Netbook Mode.
Flags: Read / Write
Default value: FALSE
“next-action”
property “next-action” GtkAction *
Action for Next button.
Flags: Read / Write / Construct Only
“prev-action”
property “prev-action” GtkAction *
Action for Prev button.
Flags: Read / Write / Construct Only