Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkdragicon.h File Reference
#include <gio/gio.h>
#include <gtk/gtkwidget.h>

Go to the source code of this file.

Macros

#define GTK_TYPE_DRAG_ICON   (gtk_drag_icon_get_type ())
 

Functions

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkWidgetgtk_drag_icon_get_for_drag (GdkDrag *drag)
 
GDK_AVAILABLE_IN_ALL void gtk_drag_icon_set_child (GtkDragIcon *self, GtkWidget *child)
 
GDK_AVAILABLE_IN_ALL GtkWidgetgtk_drag_icon_get_child (GtkDragIcon *self)
 
GDK_AVAILABLE_IN_ALL void gtk_drag_icon_set_from_paintable (GdkDrag *drag, GdkPaintable *paintable, int hot_x, int hot_y)
 
GDK_AVAILABLE_IN_ALL GtkWidgetgtk_drag_icon_create_widget_for_value (const GValue *value)
 

Macro Definition Documentation

◆ GTK_TYPE_DRAG_ICON

#define GTK_TYPE_DRAG_ICON   (gtk_drag_icon_get_type ())

Definition at line 33 of file gtkdragicon.h.

Function Documentation

◆ gtk_drag_icon_create_widget_for_value()

GDK_AVAILABLE_IN_ALL GtkWidget * gtk_drag_icon_create_widget_for_value ( const GValue * value)

◆ gtk_drag_icon_get_child()

GDK_AVAILABLE_IN_ALL GtkWidget * gtk_drag_icon_get_child ( GtkDragIcon * self)

◆ gtk_drag_icon_get_for_drag()

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkWidget * gtk_drag_icon_get_for_drag ( GdkDrag * drag)

◆ gtk_drag_icon_set_child()

GDK_AVAILABLE_IN_ALL void gtk_drag_icon_set_child ( GtkDragIcon * self,
GtkWidget * child )

◆ gtk_drag_icon_set_from_paintable()

GDK_AVAILABLE_IN_ALL void gtk_drag_icon_set_from_paintable ( GdkDrag * drag,
GdkPaintable * paintable,
int hot_x,
int hot_y )