forked from AuroraMiddleware/gtk
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:
parent
8de58ee38e
commit
318de7cd44
@ -164,7 +164,7 @@ tree = gtk_tree_view_new_with_model (GTK_TREE_MODEL (store));
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Cell renderers are used to draw the data in the tree model in a
|
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
|
including the #GtkCellRendererText, #GtkCellRendererPixbuf and
|
||||||
the #GtkCellRendererToggle.
|
the #GtkCellRendererToggle.
|
||||||
It is relatively easy to write a custom renderer.
|
It is relatively easy to write a custom renderer.
|
||||||
|
Loading…
Reference in New Issue
Block a user