EogPropertiesDialog

EogPropertiesDialog

Synopsis

enum                EogPropertiesDialogPage;
struct              EogPropertiesDialog;
GObject *           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);

Object Hierarchy

  GObject
   +----EogDialog
         +----EogPropertiesDialog

Properties

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

Description

Details

enum EogPropertiesDialogPage

typedef enum {
	EOG_PROPERTIES_DIALOG_PAGE_GENERAL = 0,
	EOG_PROPERTIES_DIALOG_PAGE_EXIF,
	EOG_PROPERTIES_DIALOG_PAGE_DETAILS,
	EOG_PROPERTIES_DIALOG_N_PAGES
} EogPropertiesDialogPage;


struct EogPropertiesDialog

struct EogPropertiesDialog;


eog_properties_dialog_new ()

GObject *           eog_properties_dialog_new           (GtkWindow *parent,
                                                         EogThumbView *thumbview,
                                                         GtkAction *next_image_action,
                                                         GtkAction *previous_image_action);

Returns :

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

eog_properties_dialog_update ()

void                eog_properties_dialog_update        (EogPropertiesDialog *prop,
                                                         EogImage *image);


eog_properties_dialog_set_page ()

void                eog_properties_dialog_set_page      (EogPropertiesDialog *prop,
                                                         EogPropertiesDialogPage page);


eog_properties_dialog_set_netbook_mode ()

void                eog_properties_dialog_set_netbook_mode
                                                        (EogPropertiesDialog *dlg,
                                                         gboolean enable);

Property Details

The "netbook-mode" property

  "netbook-mode"             gboolean              : Read / Write

Netbook Mode.

Default value: FALSE


The "thumbview" property

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

Thumbview.