Go to the source code of this file.
|
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) |
|
◆ _BYTE
◆ _DWORD
◆ _WORD
◆ anonymous enum
Enumerator |
---|
DND_TARGET_IMGID | |
DND_TARGET_URI | |
DND_TARGET_TAG | |
◆ n_targets_all
◆ n_targets_external
◆ n_targets_internal
◆ n_targets_tags
◆ n_targets_tags_dest
◆ target_list_all
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 |
◆ target_list_external
const GtkTargetEntry target_list_external[] = { { "text/uri-list", GTK_TARGET_OTHER_APP, DND_TARGET_URI } } |
|
static |
◆ target_list_internal
const GtkTargetEntry target_list_internal[] = { { "image-id", GTK_TARGET_SAME_APP, DND_TARGET_IMGID } } |
|
static |
◆ target_list_tags
const GtkTargetEntry target_list_tags[] = { { "tags-dnd", GTK_TARGET_SAME_WIDGET, DND_TARGET_TAG } } |
|
static |
◆ target_list_tags_dest
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 |