Class
PhocWorkspace
Instance methods
phoc_workspace_cycle
Cycles and re-arranges the current workspace views for focusing.
Depending on forward it cycles either forward or backward.
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 in render order. 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.