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

Object Hierarchy

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

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


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