> Hi Lorenzo, > > I probably do not have the required PyGTK experience to give you > a full correct answer, but I think GObject Properties system is > usefull in Python: The reason: whenever a property value changes > from value, the notify signal is emitted. You can also "listen" > to specific properties becase the detail of the notify signal is > set to the name of the property. Also, using GObject properties > you are being consistent with e.g. Gtk Widgets ...
Thanks for your advice. I think you are right in that gobject properties are useful (I just wish they would be easier to use) and I didn't know In C you have to do the same as in question [1]. Lorenzo _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
