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 |
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
);