more documentation from

Jonathan Kessler <Jwkpiano1@comcast.net>.

svn path=/trunk/gtk-sharp/; revision=16700
This commit is contained in:
Duncan Mak 2003-07-25 23:48:06 +00:00
parent 9de8359990
commit 921eb020c4
2 changed files with 41 additions and 11 deletions

View File

@ -1,5 +1,8 @@
2003-07-25 Duncan Mak <duncan@ximian.com>
* en/Gtk/DestDefaults.xml: more documentation from
Jonathan Kessler <Jwkpiano1@comcast.net>.
* en/Gtk/TreeViewColumnSizing.xml: added documentation from
Jonathan Kessler <Jwkpiano1@comcast.net>.

View File

@ -1,5 +1,5 @@
<Type Name="DestDefaults" FullName="Gtk.DestDefaults">
<TypeSignature Language="C#" Value="public enum DestDefaults" Maintainer="auto" />
<TypeSignature Language="C#" Value="public enum DestDefaults" Maintainer="Jonathan Kessler (Jwkpiano1@comcast.net)" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey></AssemblyPublicKey>
@ -9,8 +9,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>
An enumeration to specify the various courses of action that
will be taken on behalf of the user for a destination site of a
drag and drop operation.
</summary>
<remarks></remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -40,8 +44,12 @@
</ReturnValue>
<Parameters></Parameters>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>
If set for a widget, during a drag, Gtk+ will check if the
drag matches this widget's list of possible targets and
actions.
</summary>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="Highlight">
@ -52,8 +60,12 @@
</ReturnValue>
<Parameters></Parameters>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>
If set for a widget, Gtk+ will draw a highlight on this
widget as long as a drag is over this widget and the widget
drag format and action are acceptable.
</summary>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="Drop">
@ -64,8 +76,23 @@
</ReturnValue>
<Parameters></Parameters>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>
If set for a widget when a drop occurs, Gtk+ will check if
the drag matches this widget's list of possible targets and
call <see cref="M:Gtk.Drag.GetData" /> on behalf of the
widget.
</summary>
<remarks>
<para>
If set for a widget when a drop occurs, Gtk+ will check if
the drag matches this widget's list of possible targets
and actions. If so, Gtk+ will call <see cref="M:Gtk.Drag.GetData" /> on behalf of the
widget. Whether or not the drop is successful, Gtk+ will
call <see cref="M:Gtk.Drag.Finish" />. If the drag was
successful, then true will be passed for the del parameter
to <see cref="M:Gtk.Drag.Finish" />.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="All">
@ -76,8 +103,8 @@
</ReturnValue>
<Parameters></Parameters>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>If set, specifies that all default actions should be taken.</summary>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="value__">