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