Ben is right, merge the remarks section back into summary.
svn path=/trunk/gtk-sharp/; revision=16701
This commit is contained in:
parent
921eb020c4
commit
23af4a86c7
1 changed files with 6 additions and 13 deletions
|
@ -79,20 +79,13 @@
|
|||
<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
|
||||
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>
|
||||
</summary>
|
||||
<remarks></remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="All">
|
||||
|
|
Loading…
Reference in a new issue