29#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
30#error "Only <gtk/gtk.h> can be included directly."
38#define GTK_TYPE_DRAG_SOURCE (gtk_drag_source_get_type ())
39#define GTK_DRAG_SOURCE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_DRAG_SOURCE, GtkDragSource))
40#define GTK_DRAG_SOURCE_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GTK_TYPE_DRAG_SOURCE, GtkDragSourceClass))
41#define GTK_IS_DRAG_SOURCE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_DRAG_SOURCE))
42#define GTK_IS_DRAG_SOURCE_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_DRAG_SOURCE))
43#define GTK_DRAG_SOURCE_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_DRAG_SOURCE, GtkDragSourceClass))
68 GdkPaintable *paintable,
#define GDK_AVAILABLE_IN_ALL
GDK_AVAILABLE_IN_ALL void gtk_drag_source_drag_cancel(GtkDragSource *source)
GDK_AVAILABLE_IN_ALL GType gtk_drag_source_get_type(void) G_GNUC_CONST
GDK_AVAILABLE_IN_ALL GtkDragSource * gtk_drag_source_new(void)
GDK_AVAILABLE_IN_ALL GdkDragAction gtk_drag_source_get_actions(GtkDragSource *source)
struct _GtkDragSource GtkDragSource
GDK_AVAILABLE_IN_ALL void gtk_drag_source_set_content(GtkDragSource *source, GdkContentProvider *content)
GDK_AVAILABLE_IN_ALL void gtk_drag_source_set_icon(GtkDragSource *source, GdkPaintable *paintable, int hot_x, int hot_y)
struct _GtkDragSourceClass GtkDragSourceClass
GDK_AVAILABLE_IN_ALL GdkContentProvider * gtk_drag_source_get_content(GtkDragSource *source)
GDK_AVAILABLE_IN_ALL gboolean gtk_drag_check_threshold(GtkWidget *widget, int start_x, int start_y, int current_x, int current_y)
GDK_AVAILABLE_IN_ALL GdkDrag * gtk_drag_source_get_drag(GtkDragSource *source)
GDK_AVAILABLE_IN_ALL void gtk_drag_source_set_actions(GtkDragSource *source, GdkDragAction actions)