ToplevelLayout.getFullscreen

If the layout specifies whether to the toplevel should go fullscreen, the value pointed to by @fullscreen is set to %TRUE if it should go fullscreen, or %FALSE, if it should go unfullscreen.

class ToplevelLayout
bool
getFullscreen
(
out bool fullscreen
)

Parameters

fullscreen bool

location to store whether the toplevel should be fullscreen

Return Value

Type: bool

whether the @layout specifies the fullscreen state for the toplevel

Meta