comparison finch/libgnt/gnttree.h @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents 5876584828e8
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
45 typedef struct _GntTreeClass GntTreeClass; 45 typedef struct _GntTreeClass GntTreeClass;
46 46
47 typedef struct _GntTreeRow GntTreeRow; 47 typedef struct _GntTreeRow GntTreeRow;
48 typedef struct _GntTreeCol GntTreeCol; 48 typedef struct _GntTreeCol GntTreeCol;
49 49
50 typedef enum _GntTreeColumnFlag { 50 typedef enum {
51 GNT_TREE_COLUMN_INVISIBLE = 1 << 0, 51 GNT_TREE_COLUMN_INVISIBLE = 1 << 0,
52 GNT_TREE_COLUMN_FIXED_SIZE = 1 << 1, 52 GNT_TREE_COLUMN_FIXED_SIZE = 1 << 1,
53 GNT_TREE_COLUMN_BINARY_DATA = 1 << 2, 53 GNT_TREE_COLUMN_BINARY_DATA = 1 << 2,
54 GNT_TREE_COLUMN_RIGHT_ALIGNED = 1 << 3, 54 GNT_TREE_COLUMN_RIGHT_ALIGNED = 1 << 3,
55 } GntTreeColumnFlag; 55 } GntTreeColumnFlag;