| Top |
XedViewActivatable is an interface which should be implemented by extensions that should be activated on a xed view.
void
xed_view_activatable_activate (XedViewActivatable *activatable);
Activates the extension on the window property.
void
xed_view_activatable_deactivate (XedViewActivatable *activatable);
Deactivates the extension on the window property.
“view” property“view” XedView *
The window property contains the xed window for this XedViewActivatable instance.
Owner: XedViewActivatable
Flags: Read / Write / Construct Only