Re: About window decorations



Paul Davis <pbd Op Net> writes: 
> create GtkWindow of type GTK_WINDOW_POPUP. its not guaranteed to be
> free of decorations, but almost every window  manager will obey the
> request to avoid them.
> 

POPUP means the window manager ignores it totally, not just for
decorations - which means stuff breaks. It also turns on saveunders,
which is a waste of RAM.

Better to use gdk_window_set_decorations() to disable decorations.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]