[Gtk-sharp-list] DestDefaults
Jonathan Kessler
Jwkpiano1@comcast.net
25 Jul 2003 18:20:39 -0500
--=-5iSxUsDCNRHMcpeivwe5
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
I finished another patch for Gtk.DestDefaults. Could someone please
check it over and check it in?
Jon Kessler
--=-5iSxUsDCNRHMcpeivwe5
Content-Disposition: attachment; filename=DestDefaults.xml.patch
Content-Type: text/x-patch; name=DestDefaults.xml.patch; charset=
Content-Transfer-Encoding: 7bit
Index: DestDefaults.xml
===================================================================
RCS file: /mono/gtk-sharp/doc/en/Gtk/DestDefaults.xml,v
retrieving revision 1.5
diff -u -r1.5 DestDefaults.xml
--- DestDefaults.xml 18 Jul 2003 02:50:03 -0000 1.5
+++ DestDefaults.xml 25 Jul 2003 23:14:32 -0000
@@ -9,8 +9,8 @@
</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 +40,8 @@
</ReturnValue>
<Parameters></Parameters>
<Docs>
- <summary>To be added</summary>
- <remarks>To be added</remarks>
+ <summary>If set for a widget, Gtk+ will check during a drag if the drag matches this widget's list of possible targets and actions.</summary>
+ <remarks></remarks>
</Docs>
</Member>
<Member MemberName="Highlight">
@@ -52,8 +52,8 @@
</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 +64,8 @@
</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 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"/>.</summary>
+ <remarks></remarks>
</Docs>
</Member>
<Member MemberName="All">
@@ -76,8 +76,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__">
--=-5iSxUsDCNRHMcpeivwe5--