Description Usage Arguments Details Author(s)
An override redirect window is not under the control of the window manager. This means it won't have a titlebar, won't be minimizable, etc. - it will be entirely under the control of the application. The window manager can't see the override redirect window at all.
1 | gdkWindowSetOverrideRedirect(object, override.redirect)
|
|
a toplevel |
|
|
Override redirect should only be used for short-lived temporary
windows, such as popup menus. GtkMenu
uses an override redirect
window in its implementation, for example.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.