![]() |
![]() |
![]() |
gedit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Prerequisites | Properties |
GeditViewActivatable; void gedit_view_activatable_activate (GeditViewActivatable *activatable
); void gedit_view_activatable_deactivate (GeditViewActivatable *activatable
);
GeditViewActivatable is an interface which should be implemented by extensions that should be activated on a gedit view.
void gedit_view_activatable_activate (GeditViewActivatable *activatable
);
Activates the extension on the window property.
|
A GeditViewActivatable. |
void gedit_view_activatable_deactivate (GeditViewActivatable *activatable
);
Deactivates the extension on the window property.
|
A GeditViewActivatable. |
"view"
property"view" GeditView* : Read / Write / Construct Only
The window property contains the gedit window for this GeditViewActivatable instance.