After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 134586 - Gtk::TreeView docs
Gtk::TreeView docs
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: reference documentation
2.4
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2004-02-17 01:50 UTC by Billy O'Connor
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds Gtk::TreeView docs (10.63 KB, patch)
2004-02-17 01:52 UTC, Billy O'Connor
none Details | Review
Corrected Gtk::TreeView docs and Changelog (10.66 KB, patch)
2004-02-29 21:47 UTC, Billy O'Connor
none Details | Review

Description Billy O'Connor 2004-02-17 01:50:49 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.
Comment 1 Billy O'Connor 2004-02-17 01:52:08 UTC
Created attachment 24467 [details] [review]
Adds Gtk::TreeView docs
Comment 2 Murray Cumming 2004-02-29 18:54:14 UTC
Thanks, but references can not be null. Could you please revise and
repost? And please always patch the ChangeLog.
Comment 3 Billy O'Connor 2004-02-29 19:56:15 UTC
Sure, I didn't know what to do about the changelog wrt docs.  I have a
few others to submit here today.
Comment 4 Billy O'Connor 2004-02-29 21:47:09 UTC
Created attachment 24952 [details] [review]
Corrected Gtk::TreeView docs and Changelog
Comment 5 Murray Cumming 2004-03-01 00:24:46 UTC
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.
Comment 6 Murray Cumming 2004-03-02 15:39:52 UTC
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".