|  |  |  | Eye of GNOME Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
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);
"netbook-mode" gboolean : Read / Write "thumbview" EogThumbView* : Read / Write / Construct Only
typedef enum {
	EOG_PROPERTIES_DIALOG_PAGE_GENERAL = 0,
	EOG_PROPERTIES_DIALOG_PAGE_EXIF,
	EOG_PROPERTIES_DIALOG_PAGE_DETAILS,
	EOG_PROPERTIES_DIALOG_N_PAGES
} 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);
| 
 | |
| 
 |