I hope I'm not nitpicking too much but I'm having some difficulty understanding the documentation at:
http://www.gnome.org/~james/pygtk-docs/class-gtktreeview.html Since pygtk is being discussed ... should C functions be referenced? For example, under the gtk.TreeView.set_cursor section: "... followed by gtk_widget_grab_focus (tree_view) in order ..." might make more sense if shown as: "... followed by tree_view.grab_focus() in order ..." Thanks, -- Anthony _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
