diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-06-08 15:21:18 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-06-08 15:37:52 -0400 |
commit | 59108b5d98f880457bf540f1898d3c21bb35d0e2 (patch) | |
tree | d3a56a32660ec767d3f250486ab1fd6c55132f4c /gdk/gdkdnd.c | |
parent | 4bf5a171e2533a518d2b50d1f494cbd84f2fb76e (diff) | |
download | gtk+-59108b5d98f880457bf540f1898d3c21bb35d0e2.tar.gz |
Move docs inline
Diffstat (limited to 'gdk/gdkdnd.c')
-rw-r--r-- | gdk/gdkdnd.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c index e601b961e7..690e4a5a7a 100644 --- a/gdk/gdkdnd.c +++ b/gdk/gdkdnd.c @@ -31,6 +31,22 @@ #include "gdkalias.h" /** + * SECTION:dnd + * @title: Drag And Drop + * @short_description: Functions for controlling drag and drop handling + * + * These functions provide a low level interface for drag and drop. + * The X backend of GDK supports both the Xdnd and Motif drag and drop + * protocols transparently, the Win32 backend supports the WM_DROPFILES + * protocol. + * + * GTK+ provides a higher level abstraction based on top of these functions, + * and so they are not normally needed in GTK+ applications. + * See the <link linkend="gtk-Drag-and-Drop">Drag and Drop</link> section of + * the GTK+ documentation for more information. + */ + +/** * gdk_drag_find_window: * @context: a #GdkDragContext. * @drag_window: a window which may be at the pointer position, but |