ui/ui/tree.h

changeset 107
9aff1dc3990d
parent 58
2b124f8ebd95
child 116
480354705c2f
equal deleted inserted replaced
106:a4f4123ca12a 107:9aff1dc3990d
61 * array length is the number of columns 61 * array length is the number of columns
62 */ 62 */
63 char **titles; 63 char **titles;
64 64
65 /* 65 /*
66 * function for translatring model data to view data 66 * function for translating model data to view data
67 * first argument is a pointer from the model (UiList, UiTree) 67 * first argument is the pointer returned by UiList->get or UiTree->get
68 * second argument is the column index 68 * second argument is the column index
69 * TODO: return 69 * TODO: return
70 */ 70 */
71 void*(*getvalue)(void*, int); 71 void*(*getvalue)(void*, int);
72 72

mercurial