mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
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:
parent
9ad5f06ef9
commit
a8e3c2058d
@ -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>
|
Mon Jan 8 15:21:15 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* Makefile.am (SUBDIRS): Restore build.
|
* Makefile.am (SUBDIRS): Restore build.
|
||||||
|
@ -1065,7 +1065,9 @@ on the CList.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@clist: The #GtkCList to affect.
|
@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
|
@button_actions: A logically OR'd value of #GtkButtonAction values
|
||||||
for the button.
|
for the button.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user