mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Move docs inline
This commit is contained in:
parent
4bf5a171e2
commit
59108b5d98
16
gdk/gdkdnd.c
16
gdk/gdkdnd.c
@ -30,6 +30,22 @@
|
||||
#include <gdkdisplay.h>
|
||||
#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.
|
||||
|
Loading…
Reference in New Issue
Block a user