mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 01:55:39 +00:00
From: sebastian.nowozin@web.de
svn path=/trunk/gtk-sharp/; revision=35663
This commit is contained in:
parent
5634a70cef
commit
8d94d831e8
|
@ -89,7 +89,7 @@
|
|||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>Several items may be selected or unselected with a click or using the spacebar. They cannot be selected or unselected in any other way.</summary>
|
||||
<summary>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.</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
Note that multiple selection should only be used where all items share the exact same callback routine.
|
||||
|
@ -105,7 +105,7 @@
|
|||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>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.</summary>
|
||||
<summary>This is the same as "Multiple", but deprecated. Use Multiple instead.</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
Note that extended selection should only be used where all items share the exact same callback routine.
|
||||
|
|
Loading…
Reference in a new issue