Make the docs of GKT_SELECTION_MULTIPLE more accurate by making them more

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

	* gtk/tmpl/gtkenums.sgml: Make the docs of GKT_SELECTION_MULTIPLE
	more accurate by making them more vague.  (#167088,
	Ken Siersma)
This commit is contained in:
Matthias Clasen
2005-04-07 14:41:09 +00:00
committed by Matthias Clasen
parent c1b6d93ca4
commit aee316885c
2 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,9 @@
2005-04-07 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkenums.sgml: Make the docs of GKT_SELECTION_MULTIPLE
more accurate by making them more vague. (#167088,
Ken Siersma)
* gtk/tmpl/gtkradiobutton.sgml: Add a sentence about
toggling. (#159382, Worik Stanton)

View File

@@ -14,9 +14,6 @@ Public enumerated types used throughout GTK+
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### ENUM GtkAccelFlags ##### -->
<para>
@@ -347,9 +344,9 @@ Used to control what selections users are allowed to make.
another element.
@GTK_SELECTION_MULTIPLE: Any number of elements may be selected.
Clicks toggle the state of an item. Any number of elements may be selected.
Click-drag selects a range of elements; the Ctrl key may be used to enlarge
the selection, and Shift key to select between the focus and the child
pointed to.
The Ctrl key may be used to enlarge the selection, and Shift key to select
between the focus and the child pointed to. Some widgets may also allow
Click-drag to select a range of elements.
@GTK_SELECTION_EXTENDED: Deprecated, behaves identical to %GTK_SELECTION_MULTIPLE.
<!-- ##### ENUM GtkShadowType ##### -->