EomPropertiesDialog

EomPropertiesDialog

Synopsis

enum                EomPropertiesDialogPage;
struct              EomPropertiesDialog;
GObject *           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);

Object Hierarchy

  GObject
   +----EomDialog
         +----EomPropertiesDialog

Properties

  "netbook-mode"             gboolean              : Read / Write
  "thumbview"                EomThumbView*         : Read / Write / Construct Only

Description

Details

enum EomPropertiesDialogPage

typedef enum {
	EOM_PROPERTIES_DIALOG_PAGE_GENERAL = 0,
	EOM_PROPERTIES_DIALOG_PAGE_EXIF,
	EOM_PROPERTIES_DIALOG_PAGE_DETAILS,
	EOM_PROPERTIES_DIALOG_N_PAGES
} EomPropertiesDialogPage;

EOM_PROPERTIES_DIALOG_PAGE_GENERAL

EOM_PROPERTIES_DIALOG_PAGE_EXIF

EOM_PROPERTIES_DIALOG_PAGE_DETAILS

EOM_PROPERTIES_DIALOG_N_PAGES


struct EomPropertiesDialog

struct EomPropertiesDialog;


eom_properties_dialog_new ()

GObject *           eom_properties_dialog_new           (GtkWindow *parent,
                                                         EomThumbView *thumbview,
                                                         GtkAction *next_image_action,
                                                         GtkAction *previous_image_action);

parent :

the dialog's parent window

Returns :

a new EomPropertiesDialog. [transfer full][type EomPropertiesDialog]

eom_properties_dialog_update ()

void                eom_properties_dialog_update        (EomPropertiesDialog *prop,
                                                         EomImage *image);


eom_properties_dialog_set_page ()

void                eom_properties_dialog_set_page      (EomPropertiesDialog *prop,
                                                         EomPropertiesDialogPage page);


eom_properties_dialog_set_netbook_mode ()

void                eom_properties_dialog_set_netbook_mode
                                                        (EomPropertiesDialog *dlg,
                                                         gboolean enable);

Property Details

The "netbook-mode" property

  "netbook-mode"             gboolean              : Read / Write

Netbook Mode.

Default value: FALSE


The "thumbview" property

  "thumbview"                EomThumbView*         : Read / Write / Construct Only

Thumbview.