Method

PhocWorkspacecycle

Declaration [src]

PhocView*
phoc_workspace_cycle (
  PhocWorkspace* self,
  gboolean forward
)

Description [src]

Cycles and re-arranges the current workspace views for focusing. Depending on forward it cycles either forward or backward.

Parameters

forward

Type: gboolean

Whether to cycle forward or backward through the views.

Return value

Type: PhocView

The PhocView to be focused, or NULL.

The returned data is owned by the instance.