summaryrefslogtreecommitdiff
path: root/gtk/gtkenums.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-09-04 23:46:51 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-09-04 23:46:51 -0400
commit2e39400e18f7e1cb5bd1213f4e46ac9fa2c439cb (patch)
treef5ceaadf7bb4d62f2ea972c656b645c90acb3366 /gtk/gtkenums.h
parenteaed6d19124ba84c281cf71955cf06a2c87d328f (diff)
downloadgtk+-2e39400e18f7e1cb5bd1213f4e46ac9fa2c439cb.tar.gz
Clean up the docs of GTK_SELECTION_MULTIPLE
As requested in bug 566202.
Diffstat (limited to 'gtk/gtkenums.h')
-rw-r--r--gtk/gtkenums.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 33e3aea02b..a2428ab509 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -480,16 +480,16 @@ typedef enum
* GtkSelectionMode:
* @GTK_SELECTION_NONE: No selection is possible.
* @GTK_SELECTION_SINGLE: Zero or one element may be selected.
- * @GTK_SELECTION_BROWSE: Exactly one element is selected. In some circumstances,
- * such as initially or during a search operation, it's possible for no element
- * to be selected with %GTK_SELECTION_BROWSE. What is really enforced is that
- * the user can't deselect a currently selected element except by selecting
- * another element.
+ * @GTK_SELECTION_BROWSE: Exactly one element is selected.
+ * In some circumstances, such as initially or during a search
+ * operation, it's possible for no element to be selected with
+ * %GTK_SELECTION_BROWSE. What is really enforced is that the user
+ * can't deselect a currently selected element except by selecting
+ * 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.
- * 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.
+ * 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.
*
* Used to control what selections users are allowed to make.