Method

PhocViewset_decoration

Declaration [src]

void
phoc_view_set_decoration (
  PhocView* self,
  gboolean decorated,
  int titlebar_height,
  int border_width
)

Description [src]

Sets whether the window is decorated. If TRUE also specifies the decoration.

Parameters

decorated

Type: gboolean

Whether the compositor should draw window decorations.

titlebar_height

Type: int

The height of the titlebar.

border_width

Type: int

The border width.