| EogWindowActivatableEogWindowActivatable |  | 
Object Hierarchy
    GInterface
    ╰── EogWindowActivatable
 
Prerequisites
EogWindowActivatable requires
 GObject.
 
Functions
eog_window_activatable_activate ()
void
eog_window_activatable_activate (EogWindowActivatable *activatable);
 
eog_window_activatable_deactivate ()
void
eog_window_activatable_deactivate (EogWindowActivatable *activatable);
 
 
Types and Values
EogWindowActivatable
typedef struct _EogWindowActivatable EogWindowActivatable;
 
struct EogWindowActivatableInterface
struct EogWindowActivatableInterface {
	GTypeInterface g_iface;
	/* vfuncs */
	void (*activate) (EogWindowActivatable *activatable);
	void (*deactivate) (EogWindowActivatable *activatable);
};