Remove reference to GTK+ 2 in reference docs

The reference applies to both GTK+ 2 and GTK+ 3, so remove mention of
the version number from the reference docs.

https://bugzilla.gnome.org/show_bug.cgi?id=736927
This commit is contained in:
Ekaterina Gerasimova 2014-09-18 21:39:07 +01:00 committed by Matthias Clasen
parent 8de58ee38e
commit 318de7cd44

View File

@ -164,7 +164,7 @@ tree = gtk_tree_view_new_with_model (GTK_TREE_MODEL (store));
</para>
<para>
Cell renderers are used to draw the data in the tree model in a
way. There are a number of cell renderers that come with GTK+ 2.x,
way. There are a number of cell renderers that come with GTK+,
including the #GtkCellRendererText, #GtkCellRendererPixbuf and
the #GtkCellRendererToggle.
It is relatively easy to write a custom renderer.