Last updated: Sun, 12 May 2013 view this page in English
GtkWindow::set_decorated
void set_decorated(bool decorated);
Turns window decorations on or off. Decorations are the borders around a
window including the title bar at the top of the window. This method is
the recommended way for creating a window with no borders. You should not
create a popup window. To turn the decorations off, pass
false as the decorated
argument. To turn them back on again, pass true.