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>
|
<summary>
|
||||||
If set for a widget when a drop occurs, Gtk+ will check if
|
If set for a widget when a drop occurs, Gtk+ will check if
|
||||||
the drag matches this widget's list of possible targets and
|
the drag matches this widget's list of possible targets and
|
||||||
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.
|
|
||||||
</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
|
widget. Whether or not the drop is successful, Gtk+ will
|
||||||
call <see cref="M:Gtk.Drag.Finish" />. If the drag was
|
call <see cref="M:Gtk.Drag.Finish" />. If the drag was
|
||||||
successful, then true will be passed for the del parameter
|
successful, then true will be passed for the del parameter
|
||||||
to <see cref="M:Gtk.Drag.Finish" />.
|
to <see cref="M:Gtk.Drag.Finish" />.
|
||||||
</para>
|
</summary>
|
||||||
</remarks>
|
<remarks></remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
<Member MemberName="All">
|
<Member MemberName="All">
|
||||||
|
|
Loading…
Add table
Reference in a new issue