comparison: ui/win32/list.h
ui/win32/list.h
- changeset 919
- d9018dcd4e2d
- parent 917
- ca3918f9c96b
- child 936
- d40a72210be8
equal
deleted
inserted
replaced
| 38 extern "C" { |
38 extern "C" { |
| 39 #endif |
39 #endif |
| 40 |
40 |
| 41 typedef struct UiListView { |
41 typedef struct UiListView { |
| 42 W32Widget widget; |
42 W32Widget widget; |
| |
43 UiObject *obj; |
| 43 UiVar *var; |
44 UiVar *var; |
| 44 ui_getvaluefunc2 getvalue; |
45 ui_getvaluefunc2 getvalue; |
| 45 void *getvaluedata; |
46 void *getvaluedata; |
| 46 ui_getstylefunc getstyle; |
47 ui_getstylefunc getstyle; |
| 47 void *getstyledata; |
48 void *getstyledata; |