summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-04-07 14:41:09 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-04-07 14:41:09 +0000
commitaee316885cde4d2a9d75a029b3bcf0b7c6b3debb (patch)
treeb2e6f98cbd336816368e8b17c65dcf6d6bb8f858
parentc1b6d93ca475dab2bf3ee0c6669cc1d3e75860de (diff)
downloadgdk-pixbuf-aee316885cde4d2a9d75a029b3bcf0b7c6b3debb.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)
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gtk/tmpl/gtkenums.sgml9
2 files changed, 7 insertions, 6 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 5a7793dd6..6ec9909d5 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/tmpl/gtkradiobutton.sgml: Add a sentence about
toggling. (#159382, Worik Stanton)
diff --git a/docs/reference/gtk/tmpl/gtkenums.sgml b/docs/reference/gtk/tmpl/gtkenums.sgml
index 393d3df9e..df1f65e17 100644
--- a/docs/reference/gtk/tmpl/gtkenums.sgml
+++ b/docs/reference/gtk/tmpl/gtkenums.sgml
@@ -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 ##### -->