Move documentation for gtk_drag_dest_set to gtkdnd.c.
* docs/reference/gtk/tmpl/gtkdnd.sgml: Move documentation for gtk_drag_dest_set to gtkdnd.c. svn path=/trunk/; revision=19160
This commit is contained in:
parent
dce782750f
commit
13a8c0511a
@ -1,3 +1,8 @@
|
||||
2007-12-11 Mathias Hasselmann <mathias@openismus.com>
|
||||
|
||||
* docs/reference/gtk/tmpl/gtkdnd.sgml:
|
||||
Move documentation for gtk_drag_dest_set to gtkdnd.c.
|
||||
|
||||
2007-11-30 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gkt/question-index.sgml: Correct a typo. (#500686,
|
||||
|
@ -78,19 +78,13 @@ constraints on an entry in a #GtkTargetTable.
|
||||
|
||||
<!-- ##### FUNCTION gtk_drag_dest_set ##### -->
|
||||
<para>
|
||||
Sets a widget as a potential drop destination.
|
||||
</para>
|
||||
|
||||
@widget: a #GtkWidget
|
||||
@flags: the flags that specify what actions GTK+ should take
|
||||
on behalf of a widget for drops onto that widget. The @targets
|
||||
and @actions fields only are used if %GTK_DEST_DEFAULT_MOTION
|
||||
or %GTK_DEST_DEFAULT_DROP are given.
|
||||
@targets: a pointer to an array of #GtkTargetEntry<!-- -->s indicating
|
||||
the drop types that this widget will accept.
|
||||
@n_targets: the number of entries in @targets.
|
||||
@actions: a bitmask of possible actions for a drop onto this
|
||||
widget.
|
||||
@widget:
|
||||
@flags:
|
||||
@targets:
|
||||
@n_targets:
|
||||
@actions:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_drag_dest_set_proxy ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user