Re: Borderless windows



Markus Lausser <sgop users sourceforge net> writes: 
gtk_window_new (GTK_WINDOW_POPUP);


It's better to turn off borders with
gdk_window_set_decorations(). GTK_WINDOW_POPUP has other side effects,
basically the resulting window isn't window-managed at all ("override
redirect"). You don't really want to disable window management
including stuff like keybindings and session management, you just want
to turn off borders. Also GTK_WINDOW_POPUP will turn on save unders
which makes the X server all cranky (uses extra memory).

Havoc




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