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:39:28 +00:00 committed by Matthias Clasen
parent 43586196bc
commit 7e69556fa7
2 changed files with 7 additions and 3 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/question_index.sgml: Add a question about hiding
tree view expanders.

View File

@ -344,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 ##### -->