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.

See also: get_decorated() , decorated