ui/wpf/container.h

changeset 101
1c943d43fa81
parent 88
04c81be1c5a0
child 136
1df2fb3d079c
equal deleted inserted replaced
100:d276306d801f 101:1c943d43fa81
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 UI_IMPORT void* __stdcall UIvbox(UiContainer *parent); 38 UI_IMPORT void* __stdcall UIvbox(UiContainer *parent);
39 UI_IMPORT void* __stdcall UIhbox(UiContainer *parent); 39 UI_IMPORT void* __stdcall UIhbox(UiContainer *parent);
40 UI_IMPORT void* __stdcall UIgrid(UiContainer *parent, int margin, int columnspacing, int rowspacing);
40 41
41 42
42 UI_IMPORT void __stdcall UIlayout_fill(UiContainer *container, int fill); 43 UI_IMPORT void __stdcall UIlayout_fill(UiContainer *container, int fill);
44 UI_IMPORT void __stdcall UIlayout_hexpand(UiContainer *container, int expand);
45 UI_IMPORT void __stdcall UIlayout_vexpand(UiContainer *container, int expand);
46
47 UI_IMPORT void __stdcall UIlayout_newline(UiContainer *container);
43 48
44 #ifdef __cplusplus 49 #ifdef __cplusplus
45 } 50 }
46 #endif 51 #endif
47 52

mercurial