Top | ![]() |
![]() |
![]() |
![]() |
#define | XED_VIEW_ACTIVATABLE_IFACE() |
void | xed_view_activatable_activate () |
void | xed_view_activatable_deactivate () |
XedViewActivatable is an interface which should be implemented by extensions that should be activated on a xed view.
#define XED_VIEW_ACTIVATABLE_IFACE(obj) (G_TYPE_CHECK_CLASS_CAST ((obj), XED_TYPE_VIEW_ACTIVATABLE, XedViewActivatableInterface))
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