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 87537 - CellRenderers missing in TreeView classes
CellRenderers missing in TreeView classes
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: reference documentation
2.0
Other Linux
: Normal trivial
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-07-07 01:00 UTC by Morten Brix Pedersen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Brix Pedersen 2002-07-07 01:00:28 UTC
On the "TreeView classes" page:

http://gtkmm.org/gtkmm2/reference/html/group__TreeView.html

I believe that the CellRenderer classes is missing, since they are widely
used when you are using TreeView and friends.

In the GTK+ 2.0 Reference manual, they stack up between each other as well:
http://developer.gnome.org/doc/API/2.0/gtk/index.html.

I don't feel very confident in editing the gtkmm "macro" source code, so
I'm unable to create a patch.
Comment 1 Murray Cumming 2002-07-07 11:26:07 UTC
Done. For the educational value, here's the patch showing how.