Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
drag_and_drop.h File Reference
+ 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)
 

Macro Definition Documentation

◆ _BYTE

#define _BYTE   8

◆ _DWORD

#define _DWORD   32

◆ _WORD

#define _WORD   16

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
DND_TARGET_IMGID 
DND_TARGET_URI 
DND_TARGET_TAG 

Variable Documentation

◆ n_targets_all

◆ n_targets_external

const guint n_targets_external = G_N_ELEMENTS(target_list_external)
static

◆ n_targets_internal

const guint n_targets_internal = G_N_ELEMENTS(target_list_internal)
static

◆ n_targets_tags

const guint n_targets_tags = G_N_ELEMENTS(target_list_tags)
static

Referenced by _update_layout().

◆ n_targets_tags_dest

const guint n_targets_tags_dest = G_N_ELEMENTS(target_list_tags_dest)
static

Referenced by gui_init().

◆ 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

Referenced by _update_layout().

◆ 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

Referenced by gui_init().