X11.windowSetHideTitlebarWhenMaximized

Set a hint for the window manager, requesting that the titlebar should be hidden when the window is maximized. Note that this property is automatically updated by GTK+, so this function should only be used by applications which do not use GTK+ to create toplevel windows.

class X11
static
void
windowSetHideTitlebarWhenMaximized

Parameters

window Window

a GdkWindow. [type GdkX11Window]

hideTitlebarWhenMaximized int

whether to hide the titlebar when maximized Since 3.4

Meta