Method

PhocViewget_tiled_box

Declaration [src]

gboolean
phoc_view_get_tiled_box (
  PhocView* self,
  PhocViewTileDirection dir,
  PhocOutput* output,
  wlr_box* box
)

Description [src]

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

Parameters

dir

Type: PhocViewTileDirection

No description available.

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.