I can't figure out how to access a GnomeDateEdit widget from a Glade widget-tree.
I expected it to work like this:
bday = self.wTree.get_widget("dateedit_bday").get_time
But it doesn't.I tried:
help(self.wTree.get_widget("dateedit_bday"))but: Help on HBox:
<gtk.HBox object (GnomeDateEdit)>
...is all I get.
(I'm working on a (slightly enhanced) clone of the BeOS "People" VCard app.)
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
