Class
PhocWorkspace
Description [src]
final class Phoc.Workspace : GObject.Object
{
/* No available fields */
}
A workspace grouping a set of windows on an output.
Instance methods
phoc_workspace_get_view_by_index
Gets the view at the given position in the queue. If the view is
not part of that workspace NULL is returned.
phoc_workspace_get_views
Get the current views. Don’t manipulate the queue directly. This is only meant for reading.
phoc_workspace_insert_view
Insert the view into the queue of views. New views are inserted at the front so they appear on top of other views.
phoc_workspace_move_view_to_top
Move the given view to the front of the view stack meaning that it
will be rendered on top of other views (but below always-on-top
views if view isn’t a always-on-top view itself).
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.