GtkWindow::set_type_hint

void set_type_hint( GdkWindowTypeHint hint );

Sets hint as the type hint for the window.

The type hint for a window helps the window manager know how to decorate the window. For example, setting a type hint of Gdk::WINDOW_TYPE_HINT_SPLASHSCREEN will remove the decorations from the window and position it in the center of the screen.

See also: get_type_hint() , type_hint