Added note explaining how the @button parameter is off by 1. (#6739)

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)
This commit is contained in:
Owen Taylor 2001-01-30 21:03:03 +00:00 committed by Owen Taylor
parent 9ad5f06ef9
commit a8e3c2058d
2 changed files with 8 additions and 1 deletions

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

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