tis 2004-11-16 klockan 03:01 +0000 skrev Jonathon McKitrick: > Here is the glade file giving me a problem. I don't recoll what I did (of > course) but now all (or most) of these dialogs don't have window > decorations.
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) -- Johan Dahlin <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
