EomPropertiesDialog
EomPropertiesDialog
|
|
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkWindow
╰── GtkDialog
╰── EomPropertiesDialog
Implemented Interfaces
EomPropertiesDialog implements
AtkImplementorIface and GtkBuildable.
Functions
eom_properties_dialog_new ()
GtkWidget *
eom_properties_dialog_new (GtkWindow *parent
,
EomThumbView *thumbview
,
GtkAction *next_image_action
,
GtkAction *previous_image_action
);
eom_properties_dialog_set_netbook_mode ()
void
eom_properties_dialog_set_netbook_mode
(EomPropertiesDialog *dlg
,
gboolean enable
);
Types and Values
enum EomPropertiesDialogPage
struct EomPropertiesDialog
struct EomPropertiesDialog;
Property Details
The “netbook-mode”
property
“netbook-mode” gboolean
Netbook Mode.
Flags: Read / Write
Default value: FALSE
The “thumbview”
property
“thumbview” EomThumbView *
Thumbview.
Flags: Read / Write / Construct Only