aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table-col-dnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/e-table-col-dnd.h')
-rw-r--r--widgets/e-table-col-dnd.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/e-table-col-dnd.h b/widgets/e-table-col-dnd.h
new file mode 100644
index 0000000000..c1c26175c7
--- /dev/null
+++ b/widgets/e-table-col-dnd.h
@@ -0,0 +1,10 @@
+#ifndef _E_TABLE_COL_DND_H_
+#define _E_TABLE_COL_DND_H_
+
+#define TARGET_ETABLE_COL_TYPE "application/x-etable-column-header"
+
+enum {
+ TARGET_ETABLE_COL_HEADER
+};
+
+#endif /* _E_TABLE_COL_DND_H_ */