diff -r d276306d801f -r 1c943d43fa81 ui/wpf/container.h --- a/ui/wpf/container.h Sun Jan 17 19:19:28 2016 +0100 +++ b/ui/wpf/container.h Wed Jan 20 11:35:01 2016 +0100 @@ -37,9 +37,14 @@ UI_IMPORT void* __stdcall UIvbox(UiContainer *parent); UI_IMPORT void* __stdcall UIhbox(UiContainer *parent); +UI_IMPORT void* __stdcall UIgrid(UiContainer *parent, int margin, int columnspacing, int rowspacing); UI_IMPORT void __stdcall UIlayout_fill(UiContainer *container, int fill); +UI_IMPORT void __stdcall UIlayout_hexpand(UiContainer *container, int expand); +UI_IMPORT void __stdcall UIlayout_vexpand(UiContainer *container, int expand); + +UI_IMPORT void __stdcall UIlayout_newline(UiContainer *container); #ifdef __cplusplus }