|  |  |  | Eye of GNOME Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Prerequisites | Properties | ||||
EogWindowActivatable; struct EogWindowActivatableInterface; void eog_window_activatable_activate (EogWindowActivatable *activatable); void eog_window_activatable_deactivate (EogWindowActivatable *activatable);
struct EogWindowActivatableInterface {
	GTypeInterface g_iface;
	/* vfuncs */
	void (*activate) (EogWindowActivatable *activatable);
	void (*deactivate) (EogWindowActivatable *activatable);
};
void                eog_window_activatable_activate     (EogWindowActivatable *activatable);
void                eog_window_activatable_deactivate   (EogWindowActivatable *activatable);
"window" property"window" EogWindow* : Read / Write / Construct Only
This is the EogWindow this EogWindowActivatable instance should be attached to.