Add contribution from Todd Berman

svn path=/trunk/gtk-sharp/; revision=38806
This commit is contained in:
Miguel de Icaza 2005-01-12 19:29:42 +00:00
parent 466b3796bb
commit e85f19bb28

View File

@ -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>