|  |  |  | Eye of GNOME Reference Manual |  | 
|---|---|---|---|---|
enum EogPropertiesDialogPage; 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);
typedef enum {
	EOG_PROPERTIES_DIALOG_PAGE_GENERAL = 0,
	EOG_PROPERTIES_DIALOG_PAGE_EXIF,
	EOG_PROPERTIES_DIALOG_PAGE_XMP
} EogPropertiesDialogPage;
GObject* eog_properties_dialog_new (GtkWindow *parent, EogThumbView *thumbview, GtkAction *next_image_action, GtkAction *previous_image_action);
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
void eog_properties_dialog_update (EogPropertiesDialog *prop, EogImage *image);
| 
 | |
| 
 | 
void eog_properties_dialog_set_page (EogPropertiesDialog *prop, EogPropertiesDialogPage page);
| 
 | |
| 
 |