Ionutz Borcoman wrote:
Hi,
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)
I don't know the reason for the decision to not have the border_width attribute read/write. You could file a bug report if you think it should be changed.
John
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
