GNOME Bugzilla – Bug 134586
Gtk::TreeView docs
Last modified: 2004-12-22 21:47:04 UTC
Documentation for Gtk::TreeView. Note that there are some virtual funcs that aren't documented yet, the treeview.hg file doesn't mention them, so they get documented differently.
Created attachment 24467 [details] [review] Adds Gtk::TreeView docs
Thanks, but references can not be null. Could you please revise and repost? And please always patch the ChangeLog.
Sure, I didn't know what to do about the changelog wrt docs. I have a few others to submit here today.
Created attachment 24952 [details] [review] Corrected Gtk::TreeView docs and Changelog
Thanks. Commited with the following changes - removed mentions of 0 argument values (some were still there) - added newlines before doxygen comments so that they are separated from other methods. - Used "true" instead of "TRUE" - Use @see. Thanks.
Also, in future, please - Use the same format as the existing doxygen comments: /** blah blah * blah blah * * @param * @param */ - Don't say "*this" in the documentation - I prefer "the TreeView" to "*this".