ui/common/context.h

changeset 1097
d44c895e9ee9
parent 1092
0accf125a65f
equal deleted inserted replaced
1096:655349c3021e 1097:d44c895e9ee9
60 } UiVarType; 60 } UiVarType;
61 61
62 struct UiContext { 62 struct UiContext {
63 UiContext *parent; 63 UiContext *parent;
64 UiObject *obj; 64 UiObject *obj;
65 CxMempool *mp; 65 CxMempool *mp;
66 const CxAllocator *allocator; 66 const CxAllocator *allocator;
67 CxList *destroy_handler; 67 CxList *destroy_handler;
68 68
69 // document pointer, if this is a document context 69 // document pointer, if this is a document context
70 void *self_doc; 70 void *self_doc;

mercurial