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

Re: How to create a borderless TOP_LEVEL_WINDOW




Hi,

In fact, I want to write an application like the the Mac Finder. I am
planning it to support a finder menu,
and an application menu that shows the GNome Panel Menu.

Therefore I would like it to be borderless.

I am new to GTK, but I am a quite good C programmer. I would like to know
more about the method of
override-redirect/saveunder, or how to use a GTK_WINDOW_POPUP.

Thanks for your support.

Michael.

----- Original Message -----
From: Havoc Pennington <hp@redhat.com>
To: <gtk-app-devel-list@redhat.com>
Sent: Wednesday, October 27, 1999 10:33 AM
Subject: 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
>
>
>
> --
>          To unsubscribe: mail gtk-app-devel-list-request@redhat.com with
>                        "unsubscribe" as the Subject.
>
> Mailing list concerns should be mailed to <listmaster@redhat.com>
>



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