Method

PhocViewarrange

Declaration [src]

void
phoc_view_arrange (
  PhocView* self,
  PhocOutput* output,
  gboolean center
)

Description [src]

Arrange a view based on it’s current state (floating, tiled or maximized). If the view is neither tiled nor maximized and center is FALSE this operation is a noop.

Parameters

output

Type: PhocOutput

The output to arrange the view on.

The argument can be NULL.
The data is owned by the caller of the method.
center

Type: gboolean

Whether to center the view as fallback.