diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-07-21 21:37:32 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-07-21 21:37:32 +0000 |
commit | 7ba06b293697455d4e3aed079a479c153be70061 (patch) | |
tree | 3fcd8703f37730c45e290993bbdc0c2371ff3627 /docs | |
parent | d72a9b7011aae5913bb0b26152f64e9cbaecf02a (diff) | |
download | gtk+-7ba06b293697455d4e3aed079a479c153be70061.tar.gz |
It is GTK_DEST_DEFAULT_DROP, not GTK_DRAG_DEFAULT_DROP. (#117917,
2003-07-21 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkdnd.sgml: It is GTK_DEST_DEFAULT_DROP, not GTK_DRAG_DEFAULT_DROP. (#117917,
Tim-Philipp Müller)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 5 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkdnd.sgml | 22 |
2 files changed, 13 insertions, 14 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 28dbda6991..9e947c88d3 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2003-07-21 Matthias Clasen <maclas@gmx.de> + + * gtk/tmpl/gtkdnd.sgml: It is GTK_DEST_DEFAULT_DROP, not GTK_DRAG_DEFAULT_DROP. (#117917, + Tim-Philipp Müller) + 2003-07-19 Matthias Clasen <maclas@gmx.de> * gtk/gtk-sections.txt: Add GTK_STOCK_DIALOG_AUTHENTICATION. diff --git a/docs/reference/gtk/tmpl/gtkdnd.sgml b/docs/reference/gtk/tmpl/gtkdnd.sgml index a184996449..528000022c 100644 --- a/docs/reference/gtk/tmpl/gtkdnd.sgml +++ b/docs/reference/gtk/tmpl/gtkdnd.sgml @@ -157,7 +157,7 @@ is received or the retrieval fails, GTK+ will emit a "drag_data_received" signal. Failure of the retrieval is indicated by the length field of the @selection_data signal parameter being negative. However, when gtk_drag_get_data() -is called implicitely because the %GTK_DRAG_DEFAULT_DROP was set, +is called implicitely because the %GTK_DEST_DEFAULT_DROP was set, then the widget will not receive notification of failed drops. </para> @@ -203,21 +203,15 @@ a widget. <!-- ##### FUNCTION gtk_drag_begin ##### --> <para> -Initiates a drag on the source side. The function -only needs to be used when the application is -starting drags itself, and is not needed when -gtk_drag_source_set() is used. + </para> -@widget: the source widget. -@targets: The targets (data formats) in which the - source can provide the data. -@actions: A bitmask of the allowed drag actions for this - drag. -@button: The button the user clicked to start the drag. -@event: The event that triggered the start of the - drag. -@Returns: The context for this drag. +@widget: +@targets: +@actions: +@button: +@event: +@Returns: <!-- ##### FUNCTION gtk_drag_set_icon_widget ##### --> |