summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-04-07 14:39:28 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-04-07 14:39:28 +0000
commit7e69556fa7443d204113d719def7dd31492512ed (patch)
tree9bfbb24e3c5b3d6d3f92d6452f5bea4b3976a939 /docs
parent43586196bcff8c12c56ac2d3ddbf7931c601cb82 (diff)
downloadgtk+-7e69556fa7443d204113d719def7dd31492512ed.tar.gz
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)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gtk/tmpl/gtkenums.sgml6
2 files changed, 7 insertions, 3 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index f76dfd2dcb..f58d68a525 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -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.
diff --git a/docs/reference/gtk/tmpl/gtkenums.sgml b/docs/reference/gtk/tmpl/gtkenums.sgml
index b8ff1996a0..df1f65e179 100644
--- a/docs/reference/gtk/tmpl/gtkenums.sgml
+++ b/docs/reference/gtk/tmpl/gtkenums.sgml
@@ -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 ##### -->