summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-03-07 18:03:35 +0000
committerDamon Chaplin <damon@src.gnome.org>2000-03-07 18:03:35 +0000
commit960906e1e2b03ac68bf9e0cec77108448e2c3fbc (patch)
treebb78cffb2f527370b213b9db8784f70886c71911 /docs/reference/gtk/tmpl
parent35226a7be5f98f547fe4e74eda796da005d0951e (diff)
downloadgdk-pixbuf-960906e1e2b03ac68bf9e0cec77108448e2c3fbc.tar.gz
fix to gtk_clist_set_reorderable(). It reorders rows, not columns. From
2000-03-07 Damon Chaplin <damon@helixcode.com> * gtk/tmpl/gtkclist.sgml: fix to gtk_clist_set_reorderable(). It reorders rows, not columns. From Guy Harris <gharris@flashcom.net>.
Diffstat (limited to 'docs/reference/gtk/tmpl')
-rw-r--r--docs/reference/gtk/tmpl/gtkclist.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/tmpl/gtkclist.sgml b/docs/reference/gtk/tmpl/gtkclist.sgml
index bd1ed6cc3..12adbd8cd 100644
--- a/docs/reference/gtk/tmpl/gtkclist.sgml
+++ b/docs/reference/gtk/tmpl/gtkclist.sgml
@@ -1111,7 +1111,7 @@ aspect of the #GtkCList widget.
<!-- ##### FUNCTION gtk_clist_set_reorderable ##### -->
<para>
-Sets whether the CList's columns are re-orderable.
+Sets whether the CList's rows are re-orderable using drag-and-drop.
</para>
@clist: The #GtkCList to affect.