![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | _BYTE 8 |
| #define | _WORD 16 |
| #define | _DWORD 32 |
Enumerations | |
| enum | { DND_TARGET_IMGID , DND_TARGET_URI , DND_TARGET_TAG } |
Variables | |
| static const GtkTargetEntry | target_list_internal [] = { { "image-id", GTK_TARGET_SAME_APP, DND_TARGET_IMGID } } |
| static const guint | n_targets_internal = G_N_ELEMENTS(target_list_internal) |
| static const GtkTargetEntry | target_list_external [] = { { "text/uri-list", GTK_TARGET_OTHER_APP, DND_TARGET_URI } } |
| static const guint | n_targets_external = G_N_ELEMENTS(target_list_external) |
| static const GtkTargetEntry | target_list_all [] = { { "image-id", GTK_TARGET_SAME_APP, DND_TARGET_IMGID }, { "text/uri-list", GTK_TARGET_OTHER_APP, DND_TARGET_URI } } |
| static const guint | n_targets_all = G_N_ELEMENTS(target_list_all) |
| static const GtkTargetEntry | target_list_tags [] = { { "tags-dnd", GTK_TARGET_SAME_WIDGET, DND_TARGET_TAG } } |
| static const guint | n_targets_tags = G_N_ELEMENTS(target_list_tags) |
| static const GtkTargetEntry | target_list_tags_dest [] = { { "image-id", GTK_TARGET_SAME_APP, DND_TARGET_IMGID }, { "tags-dnd", GTK_TARGET_SAME_WIDGET, DND_TARGET_TAG } } |
| static const guint | n_targets_tags_dest = G_N_ELEMENTS(target_list_tags_dest) |
| #define _BYTE 8 |
Definition at line 29 of file drag_and_drop.h.
| #define _DWORD 32 |
Definition at line 31 of file drag_and_drop.h.
| #define _WORD 16 |
Definition at line 30 of file drag_and_drop.h.
| anonymous enum |
| Enumerator | |
|---|---|
| DND_TARGET_IMGID | |
| DND_TARGET_URI | |
| DND_TARGET_TAG | |
Definition at line 34 of file drag_and_drop.h.
|
static |
Definition at line 52 of file drag_and_drop.h.
Referenced by _view_map_motion_notify_callback(), dt_thumbnail_create_widget(), dt_thumbnail_set_drop(), dt_thumbtable_new(), and enter().
|
static |
Definition at line 47 of file drag_and_drop.h.
|
static |
Definition at line 43 of file drag_and_drop.h.
Referenced by _view_map_motion_notify_callback(), gui_init(), and init().
|
static |
Definition at line 55 of file drag_and_drop.h.
Referenced by _update_layout().
|
static |
Definition at line 59 of file drag_and_drop.h.
Referenced by gui_init().
|
static |
Definition at line 50 of file drag_and_drop.h.
Referenced by _view_map_motion_notify_callback(), dt_thumbnail_create_widget(), dt_thumbnail_set_drop(), dt_thumbtable_new(), and enter().
|
static |
Definition at line 46 of file drag_and_drop.h.
|
static |
Definition at line 42 of file drag_and_drop.h.
Referenced by _view_map_motion_notify_callback(), gui_init(), and init().
|
static |
Definition at line 54 of file drag_and_drop.h.
Referenced by _update_layout().
|
static |
Definition at line 57 of file drag_and_drop.h.
Referenced by gui_init().