From a8e3c2058da86049ab3778f6494f6bdf99f18e44 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 30 Jan 2001 21:03:03 +0000 Subject: [PATCH] Added note explaining how the @button parameter is off by 1. (#6739) Tue Jan 30 16:01:54 2001 Owen Taylor * gtk/tmpl/gtkclist.sgml: Added note explaining how the @button parameter is off by 1. (#6739) --- docs/reference/ChangeLog | 5 +++++ docs/reference/gtk/tmpl/gtkclist.sgml | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 5dfdf2c948..e25de006cb 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 30 16:01:54 2001 Owen Taylor + + * 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 * Makefile.am (SUBDIRS): Restore build. diff --git a/docs/reference/gtk/tmpl/gtkclist.sgml b/docs/reference/gtk/tmpl/gtkclist.sgml index ae1485a7d9..7e3d2d15c3 100644 --- a/docs/reference/gtk/tmpl/gtkclist.sgml +++ b/docs/reference/gtk/tmpl/gtkclist.sgml @@ -1065,7 +1065,9 @@ on the CList. @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.