Method

PhocViewget_maximized_box

Declaration [src]

gboolean
phoc_view_get_maximized_box (
  PhocView* self,
  PhocOutput* output,
  wlr_box* box
)

Description [src]

Gets the “visible bounds” that a view will use on a given output when maximized.

Parameters

output

Type: PhocOutput

No description available.

The data is owned by the caller of the method.
box

Type: wlr_box*

No description available.

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

Return value

Type: gboolean

TRUE if the box can be maximized, otherwise FALSE.