GtkWindow::set_keep_above

void set_keep_above(bool keep_above);

Tells the window manager to keep the window above all other windows.

It may be that there are some settings preventing this, so don't depend on that it is really above every other window after calling this function. Normally it is, but don't write code that crashes if not.

See also: set_keep_below()