panel.workspace

Module for [Workspace] class

Types 3

Methods
GType _gType() @property
Workspace self()Returns `this`, for use in `with` statements.
WorkspaceGidBuilder builder()Get builder for [panel.workspace.Workspace] Returns: New builder object
string id() @propertyGet `id` property. Returns: The "id" of the workspace.
void id(string propval) @propertySet `id` property. Params: propval = The "id" of the workspace.
panel.workspace.Workspace findFromWidget(gtk.widget.Widget widget)Finds the workspace that contains widget.
void actionSetEnabled(string actionName, bool enabled)
string getId()
panel.workbench.Workbench getWorkbench()Gets the #PanelWorkbench self is a part of. Returns: a #PanelWorkbench, or null
panel.inhibitor.Inhibitor inhibit(gtk.types.ApplicationInhibitFlags flags, string reason)Inhibits one or more particular actions in the session.
void setId(string id)
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T id(string propval)Set `id` property. Params: propval = The "id" of the workspace.

Fluent builder for [panel.workspace.Workspace]

Methods