XviewerPropertiesDialog

XviewerPropertiesDialog

Functions

Properties

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

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── GtkDialog
                            ╰── XviewerPropertiesDialog

Implemented Interfaces

XviewerPropertiesDialog implements AtkImplementorIface and GtkBuildable.

Description

Functions

xviewer_properties_dialog_new ()

GtkWidget *
xviewer_properties_dialog_new (GtkWindow *parent,
                               XviewerThumbView *thumbview,
                               GtkAction *next_image_action,
                               GtkAction *previous_image_action);

Returns

a new XviewerPropertiesDialog.

[transfer full][type XviewerPropertiesDialog]


xviewer_properties_dialog_update ()

void
xviewer_properties_dialog_update (XviewerPropertiesDialog *prop,
                                  XviewerImage *image);

xviewer_properties_dialog_set_page ()

void
xviewer_properties_dialog_set_page (XviewerPropertiesDialog *prop,
                                    XviewerPropertiesDialogPage page);

xviewer_properties_dialog_set_netbook_mode ()

void
xviewer_properties_dialog_set_netbook_mode
                               (XviewerPropertiesDialog *dlg,
                                gboolean enable);

Types and Values

enum XviewerPropertiesDialogPage

Members

XVIEWER_PROPERTIES_DIALOG_PAGE_GENERAL

   

XVIEWER_PROPERTIES_DIALOG_PAGE_EXIF

   

XVIEWER_PROPERTIES_DIALOG_PAGE_DETAILS

   

XVIEWER_PROPERTIES_DIALOG_N_PAGES

   

struct XviewerPropertiesDialog

struct XviewerPropertiesDialog;

Property Details

The “netbook-mode” property

  “netbook-mode”             gboolean

Netbook Mode.

Owner: XviewerPropertiesDialog

Flags: Read / Write

Default value: FALSE


The “next-action” property

  “next-action”              GtkAction *

Action for Next button.

Owner: XviewerPropertiesDialog

Flags: Read / Write / Construct Only


The “prev-action” property

  “prev-action”              GtkAction *

Action for Prev button.

Owner: XviewerPropertiesDialog

Flags: Read / Write / Construct Only


The “thumbview” property

  “thumbview”                XviewerThumbView *

Thumbview.

Owner: XviewerPropertiesDialog

Flags: Read / Write / Construct Only