On Tue, Oct 28, 2003 at 12:42:18AM +0100, Fabrizio Mazzoni wrote:
> This part is not working well.. what happens is that the files
> actually get processed by the rest of the function but when it comes
> to display the filename in the second textbox nothing happens until
> the for cycle has reached the end. At this point the last processed
> filename gets displayed in tbox2. As i said.. i would like that each

See http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq03.007.htp

> What event do i have to use to call a function when the gtk main
> window starts .. on the tutorial there is only an example for the
> "destroy". Is there a list for these events maybe also with an
> explanation of when they get fired and what they exactly do ..?

I think the correct event is "map", but IMBW. A list of events
for GtkWidget is available at

http://www.moeraki.com/pygtkreference/pygtk2reference/class-gtkwidget.html#signal-gtkwidget--accel-closures-changed

-- note that GtkWindow has a few of its own signals, but I don't think
they are relevant to your problem.

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331
_______________________________________________
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