mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-02 18:31:11 +00:00
A few more wording changes
svn path=/trunk/gtk-sharp/; revision=50731
This commit is contained in:
parent
d904ed0fd7
commit
a02ae2bfd6
|
@ -177,7 +177,7 @@
|
|||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>Event fired when the selected is changed.</summary>
|
||||
<summary>Event raised when the selected is changed.</summary>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
|
|
@ -39,9 +39,9 @@
|
|||
<ReturnType>System.Object</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>This NotifyEventArgs property refers to the GConf Value from an entry which modification, addition or removal cause the event to be fired.
|
||||
<summary>This NotifyEventArgs property refers to the GConf Value from an entry which modification, addition or removal cause the event to be raised.
|
||||
</summary>
|
||||
<value>the object stored in the GConf which modification, removal or addition cause the event to be fired.</value>
|
||||
<value>the object stored in the GConf which modification, removal or addition cause the event to be raised.</value>
|
||||
<remarks>
|
||||
</remarks>
|
||||
</Docs>
|
||||
|
@ -53,7 +53,7 @@
|
|||
<ReturnType>System.String</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>This NotifyEventArgs property refers to the key which value modification, addition or removal cause the event to be fired.</summary>
|
||||
<summary>This NotifyEventArgs property refers to the key which value modification, addition or removal cause the event to be raised.</summary>
|
||||
<value>a string for the key name</value>
|
||||
<remarks>
|
||||
</remarks>
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
<Parameters />
|
||||
<Docs>
|
||||
<summary>
|
||||
An event handler that fires when the direction of a keymap has been changed.
|
||||
An event handler that raised when the direction of a keymap has been changed.
|
||||
</summary>
|
||||
<remarks>
|
||||
None
|
||||
|
|
Loading…
Reference in a new issue