Re: Borderless windows
- From: Havoc Pennington <hp redhat com>
- To: sgop users sourceforge net
- Cc: Fabio Rotondo <fsoft galactica it>, gtk-app-devel-list gnome org
- Subject: Re: Borderless windows
- Date: 02 Feb 2001 23:35:55 -0500
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]