EogPropertiesDialog

EogPropertiesDialog

Functions

Properties

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

Types and Values

Object Hierarchy

    GObject
    ╰── EogDialog
        ╰── EogPropertiesDialog

Description

Functions

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

Types and Values

enum EogPropertiesDialogPage

Members

EOG_PROPERTIES_DIALOG_PAGE_GENERAL

   

EOG_PROPERTIES_DIALOG_PAGE_EXIF

   

EOG_PROPERTIES_DIALOG_PAGE_DETAILS

   

EOG_PROPERTIES_DIALOG_N_PAGES

   

struct EogPropertiesDialog

struct EogPropertiesDialog;

Property Details

The “netbook-mode” property

  “netbook-mode”             gboolean

Netbook Mode.

Flags: Read / Write

Default value: FALSE


The “thumbview” property

  “thumbview”                EogThumbView *

Thumbview.

Flags: Read / Write / Construct Only