Hi,

I'm still a bit confused on when should I use 'map', when 'realize', when 'unmap' and when 'unrealize'.

Especially, what is the place to do these steps:

- one time initialization of the widget when all the geometricall and style info are valid (aka, size of the widget is known, I can use pango to determine the size of the strings, I can interogate the style for the colors, etc.)

- one time clean-up after wich there will be no more graphical representation of the window

These events/signals should be always generated so that I can relly on them. (I'm especially interested for these events for the DrawingArea).

TIA,

Ionutz

_______________________________________________
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