| Top |
| gboolean | netbook-mode | Read / Write |
| GtkAction * | next-action | Read / Write / Construct Only |
| GtkAction * | prev-action | Read / Write / Construct Only |
| XviewerThumbView * | thumbview | Read / Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── XviewerPropertiesDialog
GtkWidget * xviewer_properties_dialog_new (GtkWindow *parent,XviewerThumbView *thumbview,GtkAction *next_image_action,GtkAction *previous_image_action);
void xviewer_properties_dialog_update (XviewerPropertiesDialog *prop,XviewerImage *image);
void xviewer_properties_dialog_set_page (XviewerPropertiesDialog *prop,XviewerPropertiesDialogPage page);
void xviewer_properties_dialog_set_netbook_mode (XviewerPropertiesDialog *dlg,gboolean enable);
“netbook-mode” property“netbook-mode” gboolean
Netbook Mode.
Owner: XviewerPropertiesDialog
Flags: Read / Write
Default value: FALSE
“next-action” property“next-action” GtkAction *
Action for Next button.
Owner: XviewerPropertiesDialog
Flags: Read / Write / Construct Only
“prev-action” property“prev-action” GtkAction *
Action for Prev button.
Owner: XviewerPropertiesDialog
Flags: Read / Write / Construct Only
“thumbview” property“thumbview” XviewerThumbView *
Thumbview.
Owner: XviewerPropertiesDialog
Flags: Read / Write / Construct Only