Re: [gtk-list] Window Manager decoration




On Tue, 17 Aug 1999, Carlos Carnero wrote:
> 
> 1. How can I show a (transient, as in a splash) window without
> the window manager decoration?
>

gtk_window_new(GTK_WINDOW_POPUP);

you have to manually call gtk_widget_popup() to get it on screen, instead
of gtk_widget_show().
 
> 2. Where is this list archived?
> 

Try www.gnome.org under mailing lists, the main archive is broken for now.

Havoc




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