Doug Quale wrote:
The focus stuff isn't in the treeview class. It's inherited from the gtk.Widget and gtk.Object base classes. Inherited methods can be hard to find in pygtk if you don't know where in hierarchy to look.
the Pygtk Reference reports for every widget its inheritance tree (it's called Ancestry). You can look there.
-- |\ | |HomePage : http://nem01.altervista.org | \|emesis |XPN (my nr): http://xpn.altervista.org _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
