[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [gnome-love] Title bar
- From: Chema Celorio <chema ximian com>
- To: "Nix N. Nix" <nix go-nix ca>
- Cc: gnome-love gnome org
- Subject: Re: [gnome-love] Title bar
- Date: 10 Sep 2001 23:40:36 -0500
On Mon, 2001-09-10 at 22:53, Nix N. Nix wrote:
> Could you please help me with this one ?
>
> How do I create a window without a title bar ? i.e. one that can be
> used for a splash screen ?
you create it with :
GtkWidget *window;
window = gtk_window_new (GTK_WINDOW_POPUP);
Chema
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]