From 8d94d831e85a7626898f3e97725ec32b8f6e214d Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 4 Nov 2004 19:57:10 +0000 Subject: [PATCH] From: sebastian.nowozin@web.de svn path=/trunk/gtk-sharp/; revision=35663 --- doc/en/Gtk/SelectionMode.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/Gtk/SelectionMode.xml b/doc/en/Gtk/SelectionMode.xml index 36fd49e9f..521def643 100644 --- a/doc/en/Gtk/SelectionMode.xml +++ b/doc/en/Gtk/SelectionMode.xml @@ -89,7 +89,7 @@ - Several items may be selected or unselected with a click or using the spacebar. They cannot be selected or unselected in any other way. + Several items may be selected or unselected with a click or using the spacebar. The selection can be done using the Ctrl and Shift modifier keys in the usual way. Note that multiple selection should only be used where all items share the exact same callback routine. @@ -105,7 +105,7 @@ - Several items may be selected or unselected using drag, or the shift (selects all items from the leader to the current focus) or control (selects the item having current focus) keys. + This is the same as "Multiple", but deprecated. Use Multiple instead. Note that extended selection should only be used where all items share the exact same callback routine.