diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-11 03:20:39 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-11 03:20:39 +0800 |
commit | 863f8aa634005c6400d629c353f5fed485106fce (patch) | |
tree | e1b5d0deeff27c25c0a166e016be69cbf0bb9d94 /widgets/table/e-table-col-dnd.h | |
parent | 5f0aabc21272eb164a6f9c7651f56979e97187a2 (diff) | |
download | gsoc2013-evolution-863f8aa634005c6400d629c353f5fed485106fce.tar gsoc2013-evolution-863f8aa634005c6400d629c353f5fed485106fce.tar.gz gsoc2013-evolution-863f8aa634005c6400d629c353f5fed485106fce.tar.bz2 gsoc2013-evolution-863f8aa634005c6400d629c353f5fed485106fce.tar.lz gsoc2013-evolution-863f8aa634005c6400d629c353f5fed485106fce.tar.xz gsoc2013-evolution-863f8aa634005c6400d629c353f5fed485106fce.tar.zst gsoc2013-evolution-863f8aa634005c6400d629c353f5fed485106fce.zip |
Add missing files
svn path=/trunk/; revision=1480
Diffstat (limited to 'widgets/table/e-table-col-dnd.h')
-rw-r--r-- | widgets/table/e-table-col-dnd.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/table/e-table-col-dnd.h b/widgets/table/e-table-col-dnd.h new file mode 100644 index 0000000000..c1c26175c7 --- /dev/null +++ b/widgets/table/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_ */ |