Home
last modified time | relevance | path

Searched defs:_GtkDragSourceInfo (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkdnd.c98 struct _GtkDragSourceInfo struct
100 GtkWidget *widget;
103 GdkDragContext *context; /* drag context */
104 GtkWidget *icon_window; /* Window for drag */
105 GtkWidget *icon_widget; /* Widget for drag */
107 GdkCursor *cursor; /* Cursor for drag */
108 gint hot_x, hot_y; /* Hot spot for drag */
111 GtkDragStatus status; /* drag status */
112 GdkEvent *last_event; /* pending event */
114 gint start_x, start_y; /* Initial position */
[all …]
H A Dgtkdnd-quartz.c72 struct _GtkDragSourceInfo struct
74 GtkWidget *source_widget;
75 GtkWidget *widget;
76 GtkTargetList *target_list; /* Targets for drag data */
77 GdkDragAction possible_actions; /* Actions allowed by source */
78 GdkDragContext *context; /* drag context */
79 NSEvent *nsevent; /* what started it */
80 gint hot_x, hot_y; /* Hot spot for drag */
81 cairo_surface_t *icon_surface;
82 gboolean success;
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkdnd.c96 struct _GtkDragSourceInfo struct
98 GtkWidget *widget;
101 GdkDragContext *context; /* drag context */
105 GdkCursor *cursor; /* Cursor for drag */
106 gint hot_x, hot_y; /* Hot spot for drag */
107 gint button; /* mouse button starting drag */
109 GtkDragStatus status; /* drag status */
112 gint start_x, start_y; /* Initial position */
113 gint cur_x, cur_y; /* Current Position */
127 GdkPixbuf *icon_pixbuf;
[all …]
H A Dgtkdnd-quartz.c95 struct _GtkDragSourceInfo struct
97 GtkWidget *source_widget;
98 GtkWidget *widget;
99 GtkTargetList *target_list; /* Targets for drag data */
100 GdkDragAction possible_actions; /* Actions allowed by source */
101 GdkDragContext *context; /* drag context */
102 NSEvent *nsevent; /* what started it */
103 gint hot_x, hot_y; /* Hot spot for drag */
104 GdkPixbuf *icon_pixbuf;
105 gboolean success;
[all …]
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-table.c2566 struct _GtkDragSourceInfo struct
2568 GtkWidget *widget;
2569 GtkTargetList *target_list; /* Targets for drag data */
2571 GdkDragContext *context; /* drag context */
2572 GtkWidget *icon_window; /* Window for drag */
2574 GdkCursor *cursor; /* Cursor for drag */
2575 gint hot_x, hot_y; /* Hot spot for drag */
2576 gint button; /* mouse button starting drag */
2578 GtkDragStatus status; /* drag status */
2581 gint start_x, start_y; /* Initial position */
[all …]
H A De-tree.c2110 struct _GtkDragSourceInfo struct
2112 GtkWidget *widget;
2113 GtkTargetList *target_list; /* Targets for drag data */
2115 GdkDragContext *context; /* drag context */
2116 GtkWidget *icon_window; /* Window for drag */
2118 GdkCursor *cursor; /* Cursor for drag */
2119 gint hot_x, hot_y; /* Hot spot for drag */
2120 gint button; /* mouse button starting drag */
2122 GtkDragStatus status; /* drag status */
2125 gint start_x, start_y; /* Initial position */
[all …]