Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkdnd.c129 struct _GtkDragDestInfo struct
131 GtkWidget *widget; /* Widget in which drag is in */
132 GdkDragContext *context; /* Drag context */
133 GtkDragSourceInfo *proxy_source; /* Set if this is a proxy drag */
134 GtkSelectionData *proxy_data; /* Set while retrieving proxied data */
135 guint32 proxy_drop_time; /* Timestamp for proxied drop */
136 guint proxy_drop_wait : 1; /* Set if we are waiting for a
140 guint dropped : 1; /* Set after we receive a drop */
141 gint drop_x, drop_y; /* Position of drop */
H A Dgtkdnd-quartz.c86 struct _GtkDragDestInfo struct
88 GtkWidget *widget; /* Widget in which drag is in */
89 GdkDragContext *context; /* Drag context */
90 guint dropped : 1; /* Set after we receive a drop */
91 gint drop_x, drop_y; /* Position of drop */
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-table.c2551 struct _GtkDragDestInfo struct
2553 GtkWidget *widget; /* Widget in which drag is in */
2554 GdkDragContext *context; /* Drag context */
2555 GtkDragSourceInfo *proxy_source; /* Set if this is a proxy drag */
2556 GtkSelectionData *proxy_data; /* Set while retrieving proxied data */
2557 guint dropped : 1; /* Set after we receive a drop */
2558 guint32 proxy_drop_time; /* Timestamp for proxied drop */
2559 guint proxy_drop_wait : 1; /* Set if we are waiting for a
2563 gint drop_x, drop_y; /* Position of drop */
H A De-tree.c2095 struct _GtkDragDestInfo struct
2097 GtkWidget *widget; /* Widget in which drag is in */
2098 GdkDragContext *context; /* Drag context */
2099 GtkDragSourceInfo *proxy_source; /* Set if this is a proxy drag */
2100 GtkSelectionData *proxy_data; /* Set while retrieving proxied data */
2101 guint dropped : 1; /* Set after we receive a drop */
2102 guint32 proxy_drop_time; /* Timestamp for proxied drop */
2103 guint proxy_drop_wait : 1; /* Set if we are waiting for a
2107 gint drop_x, drop_y; /* Position of drop */
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkdnd-quartz.c118 struct _GtkDragDestInfo struct
120 GtkWidget *widget; /* Widget in which drag is in */
121 GdkDragContext *context; /* Drag context */
122 guint dropped : 1; /* Set after we receive a drop */
123 gint drop_x, drop_y; /* Position of drop */
H A Dgtkdnd.c144 struct _GtkDragDestInfo struct
146 GtkWidget *widget; /* Widget in which drag is in */
147 GdkDragContext *context; /* Drag context */
148 GtkDragSourceInfo *proxy_source; /* Set if this is a proxy drag */
149 GtkSelectionData *proxy_data; /* Set while retrieving proxied data */
150 guint dropped : 1; /* Set after we receive a drop */
151 guint32 proxy_drop_time; /* Timestamp for proxied drop */
152 guint proxy_drop_wait : 1; /* Set if we are waiting for a
156 gint drop_x, drop_y; /* Position of drop */