--- ./Widget.xml	2003-06-12 08:26:21.000000000 -0500
+++ /cygdrive/c/Temp/Widget.xml	2003-08-22 17:30:06.000000000 -0500
@@ -1765,10 +1765,33 @@
         <Parameter Name="value" Type="System.Boolean" />
       </Parameters>
       <Docs>
-        <summary>To be added</summary>
-        <param name="value">To be added: an object of type 'bool'</param>
-        <returns>To be added: an object of type 'bool'</returns>
-        <remarks>To be added</remarks>
+        <summary>
+		Sets the sensitivity of a <see cref="T:Gtk.Widget" />. A widget is
+		sensitive if the user can interact with it, otherwise, it is grayed.</summary>
+        <param name="value">A bool value. Set to true to enable the widget
+		sensitivity.</param>
+        <returns>A bool value that indicates whether the control is
+		sensitive (enabled).</returns>
+        <remarks>
+		<para>Insensitive widgets are "grayed out" and the user can't
+		  interact with them. Insensitive widgets are known as
+		  "inactive", "disabled", or "ghosted" in some other toolkits.
+		  The sensitivity of a widget determines whether it will receive
+		  certain events (e.g. button or key presses).</para>
+		<para>
+		  If the ancestor (parent) widget sesitivity is set to false,
+		  it does not matter what the sensitivity property have,
+		  the widget will not be sensitive. Use
+		  <c>widget.Parent.Sensitive</c>
+		  to check whether the ancestor widget is sensitive or not.
+		</para>
+		<seealso cref="P:Gtk.Widget.Parent" />
+		<seealso cref="M:Gtk.Widget.GetAncestor(uint)" />
+		<para>
+		  When the sensitive property is set to false, the widget
+		  property <see cref="P:Gtk.Widget.CanDefault" /> will return false.
+		</para>
+		</remarks>
       </Docs>
     </Member>
     <Member MemberName="Events">
