Interface
EogWindowActivatable
Prerequisite
In order to implement WindowActivatable, your type must inherit fromGObject.
Properties
Eog.WindowActivatable:window
This is the EogWindow this EogWindowActivatable instance
should be attached to.
Interface structure
struct EogWindowActivatableInterface {
  GTypeInterface g_iface;
  void (* activate) (
    EogWindowActivatable* activatable
  );
  void (* deactivate) (
    EogWindowActivatable* activatable
  );
  
}No description available.
Interface members
| g_iface |  | 
| No description available. | |
| activate |  | 
| No description available. | |
| deactivate |  | 
| No description available. |