hello, first, of course, many, many thanks for pygtk - my favourite language working with my favourite toolkit :) i am using pygtk 0.6.6 with python 2.0 and gtk 1.2.8 on linux and just subscribed to this list. though i did browse the archives on mail-archive.com and tried my best to get an overview of what has been handled and what not please forgive me if i bring up issues that have been handled here before. btw can i get a one-file history of this mailing list somewhere? i hope you don't mind me stuffing more than one subject into this post: * a question: is there a way to make windows iconify? the gdk function gdk_window_withdraw does not seem to be wrapped. i'd patch it in if you tell me there is currently no way to do that in pygtk. * it seems that nobody knew how to make SIGINT work: instead of calling gtk.mainloop() i do 'while 1: gtk.mainiteration()' which lets python receive the ^C i send from the terminal. excuse me if this has already been solved (and please tell me if it has been solved in a better way ...) * there seems to be a bug somewhere in pygtk's drag-n-drop handling. when i drag a color from a GtkColorSelection (from the field underneath the color circle) after i drop it (does not seem to matter where) the process freezes. '(gdb) bt' tells me it is waiting for a mutex to be unlocked after a call from _gtkmodule.so. could it be that widgets starting dnd operations on their own lead to this problem? * i read that _gtkmodule is planned to dissolve in the bright future. afaics this will touch the mechanism for integrating non-pygtk gtk widgets/objects, which i plan to use for gtk widgets created in C/C++ code; is there anything one should be aware of? again, my excuses in advance for redundance in this post, and tia for your help, .tim _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
