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>.
This commit is contained in:
Damon Chaplin 2000-03-07 18:03:35 +00:00 committed by Damon Chaplin
parent 35226a7be5
commit 960906e1e2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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>.
2000-02-29 Damon Chaplin <damon@helixcode.com>
* gtk/tmpl/gtkmenuitem.sgml: minor fix from Nicolas GEORGE

View File

@ -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.