> Don't use GTK_WINDOW_POPUP as Type for your window. Always use
> GTK_WINDOW_TOP_LEVEL. (In the widget tab for your GtkWindow in glade)
>

Just to say something more about this issue.
gtk.WINDOW_POPUP are used for example to show the tooltips.
If you DO want a window without decoration you can call the method 
gtk.Window.set_decorated(gtk.FALSE) which will try to convince
your Window Manager to don't put the decorations....

cheers
GMario

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to