mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 12:25:26 +00:00
Add contribution from Todd Berman
svn path=/trunk/gtk-sharp/; revision=38806
This commit is contained in:
parent
466b3796bb
commit
e85f19bb28
|
@ -3174,9 +3174,7 @@ handle focus grabs.</returns>
|
|||
<param name="value">New state for <paramref name="widget" />.</param>
|
||||
<returns>New state for <paramref name="widget" />.</returns>
|
||||
<remarks>
|
||||
<para>
|
||||
Usually you should set the state using wrapper fuctions such as <see cref="P:Gtk.Widget.Sensitive" />. This property is for use in widget implementations.
|
||||
</para>
|
||||
<para>Usually you should set the state using wrapper fuctions such as <see cref="P:Gtk.Widget.Sensitive" />. This property is for use in widget implementations. This property should not be used to check the state of a Gtk.Checkbutton or Gtk.ToggleButton, use <see cref="P:Gtk.ToggleButton.Active" />.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
|
|
Loading…
Reference in a new issue