ui/wpf/container.h

changeset 85
91f45354d1e2
parent 84
a56c2baa9429
child 88
04c81be1c5a0
equal deleted inserted replaced
84:a56c2baa9429 85:91f45354d1e2
16 16
17 UI_IMPORT void* __stdcall UIvbox(UiContainer *parent); 17 UI_IMPORT void* __stdcall UIvbox(UiContainer *parent);
18 UI_IMPORT void* __stdcall UIhbox(UiContainer *parent); 18 UI_IMPORT void* __stdcall UIhbox(UiContainer *parent);
19 19
20 20
21 UI_IMPORT void __stdcall UIlayout_fill(UiContainer *container, int fill);
22
21 #ifdef __cplusplus 23 #ifdef __cplusplus
22 } 24 }
23 #endif 25 #endif
24 26
25 #endif /* CONTAINER_H */ 27 #endif /* CONTAINER_H */

mercurial