From ce294c13a680974f851f0b7e6c8cc07a0e873ae7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 11 Jun 2003 23:12:17 +0000 Subject: [PATCH] Fix some typos. 2003-06-11 Matthias Clasen * gtk/tmpl/gtkdnd.sgml: Fix some typos. --- docs/reference/ChangeLog | 4 ++++ docs/reference/gtk/tmpl/gtkdnd.sgml | 9 ++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 13cb599f6c..5ff6538b8c 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2003-06-11 Matthias Clasen + + * gtk/tmpl/gtkdnd.sgml: Fix some typos. + 2003-06-10 Matthias Clasen * gtk/gtk-sections.txt: Add gtk_text_view_[gs]et_overwrite(). diff --git a/docs/reference/gtk/tmpl/gtkdnd.sgml b/docs/reference/gtk/tmpl/gtkdnd.sgml index 28af208234..7042051d4a 100644 --- a/docs/reference/gtk/tmpl/gtkdnd.sgml +++ b/docs/reference/gtk/tmpl/gtkdnd.sgml @@ -35,7 +35,7 @@ of the user for a drag destination site. If set for a widget, GTK+, during a drag over this widget will check if the drag matches this widget's list of possible targets and actions. - GTK+ will then call gtk_drag_status() as appropriate. + GTK+ will then call gdk_drag_status() as appropriate. @GTK_DEST_DEFAULT_HIGHLIGHT: If set for a widget, GTK+ will draw a highlight on this widget as long as a drag is over this widget @@ -44,7 +44,7 @@ of the user for a drag destination site. If set for a widget, when a drop occurs, GTK+ will will check if the drag matches this widget's list of possible targets and actions. If so, - GTK+ will call gtk_drag_data_get() on behalf + GTK+ will call gtk_drag_get_data() on behalf of the widget. Whether or not the drop is successful, GTK+ will call gtk_drag_finish(). If the action was a move, then if the drag was successful, then @@ -63,10 +63,9 @@ constraints on an entry in a #GtkTargetTable. @GTK_TARGET_SAME_APP: If this is set, the target will only be selected for drags within a single application. - @GTK_TARGET_SAME_WIDGET: +@GTK_TARGET_SAME_WIDGET: If this is set, the target will only be selected for drags within a single widget. -@GTK_TARGET_SAME_WIDGET: @@ -94,7 +93,7 @@ Sets this widget as a proxy for drops to another window. @proxy_window: the window to which to forward drag events @protocol: the drag protocol which the @proxy_window accepts (You can use gdk_drag_get_protocol() to determine this) -@use_coordinates: If true, send the same coordinates to the +@use_coordinates: If %TRUE, send the same coordinates to the destination, because it is an embedded subwindow.