ui/wpf/container.h

changeset 101
1c943d43fa81
parent 88
04c81be1c5a0
child 136
1df2fb3d079c
--- 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
 }

mercurial