[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How to create a borderless TOP_LEVEL_WINDOW
- From: Havoc Pennington <hp redhat com>
- To: gtk-app-devel-list redhat com
- Subject: Re: How to create a borderless TOP_LEVEL_WINDOW
- Date: Tue, 26 Oct 1999 22:33:48 -0400 (EDT)
On Wed, 27 Oct 1999, Michael wrote:
>
> I try to create a borderless TOP_LEVEL_WINDOW in GTK without success.
> I mainly use the following combinations-
>
> GtkWidget* wnd;
> wnd=gtk_window_new(GTK_WINDOW_TOPLEVEL);
> gdk_set_decorations(wnd,0);
>
> Does anyone have other method to create a borderless TOP_LEVEL_WINDOW?
>
The answer depends on why you want it borderless. Most borderless windows
should be override-redirect/save-under, to get that just use
GTK_WINDOW_POPUP. But for some applications that would be broken.
So, what is the application?
Havoc
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]