Thanks for the reply. It answers some of my questions, but some still remain:
Why not have setters/getters for the 'attributes' so that they are read/write, not read only ? Why not having something like:
border_width = property(get_border_width, set_border_width)
?
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/
