]> Pileus Git - ~andy/gtk/commitdiff
Added note explaining how the @button parameter is off by 1. (#6739)
authorOwen Taylor <otaylor@redhat.com>
Tue, 30 Jan 2001 21:03:03 +0000 (21:03 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 30 Jan 2001 21:03:03 +0000 (21:03 +0000)
Tue Jan 30 16:01:54 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/tmpl/gtkclist.sgml: Added note explaining how
the @button parameter is off by 1. (#6739)

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkclist.sgml

index 5dfdf2c9487d7b60c5c22e6817cb961e9e5cd926..e25de006cbaa82b002d874bd27f660e30f56f63d 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan 30 16:01:54 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/tmpl/gtkclist.sgml: Added note explaining how
+       the @button parameter is off by 1. (#6739)
+
 Mon Jan  8 15:21:15 2001  Owen Taylor  <otaylor@redhat.com>
 
        * Makefile.am (SUBDIRS): Restore build.
index ae1485a7d92e14dc2ae60504209c90bcf79e92c1..7e3d2d15c34750f1ff9637058184a65194630c8b 100644 (file)
@@ -1065,7 +1065,9 @@ on the CList.
 </para>
 
 @clist: The #GtkCList to affect.
-@button: The mouse button to set.
+@button: The mouse button to set. The values here, unlike in the
+         rest of GTK+ start from 0. For instance, the right mouse
+         button, which is 3 elsewhere, should be given as 2 here.
 @button_actions: A logically OR'd value of #GtkButtonAction values 
 for the button.