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

Re: How to create a borderless TOP_LEVEL_WINDOW




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]