If I understand this correctly, every GObject (class) has a set of properties and whenever one of these properties is changed a 'notify' signal is emitted.
So that in terms of MVC a view can connect to its model's 'notify' signal.
Is that right so far?


If I create a subclass of gobject.GObject in Python, can I somehow install my own set of properties? In other words is there a Python analog for g_object_class_install_property?

I didn't find anything neither in the FAQ nor in the docs (including pydoc).


_______________________________________________ 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