Window.setHideTitlebarWhenMaximized

If setting is TRUE, then window will request that it's titlebar should be hidden when maximized. This is useful for windows that don't convey any information other than the application name in the titlebar, to put the available screen space to better use. If the underlying window system does not support the request, the setting will not have any effect.

class Window
void
setHideTitlebarWhenMaximized
()

Parameters

setting int

whether to hide the titlebar when window is maximized Since 3.4

Meta