ui/wpf/container.h

changeset 138
d781436e2490
parent 136
1df2fb3d079c
--- a/ui/wpf/container.h	Mon Jan 23 10:50:22 2017 +0100
+++ b/ui/wpf/container.h	Mon Jan 23 12:17:34 2017 +0100
@@ -35,10 +35,14 @@
 extern "C" {
 #endif
 
-UI_IMPORT void* __stdcall UIvbox(UiContainer *parent);
-UI_IMPORT void* __stdcall UIhbox(UiContainer *parent);
+UI_IMPORT void* __stdcall UIvbox(UiContainer *parent, int margin, int spacing);
+UI_IMPORT void* __stdcall UIhbox(UiContainer *parent, int margin, int spacing);
 UI_IMPORT void* __stdcall UIgrid(UiContainer *parent, int margin, int columnspacing, int rowspacing);
 
+UI_IMPORT void* __stdcall UIscrolledwindow(UiContainer *parent);
+
+UI_IMPORT void* __stdcall UItabview(UiContainer *parent);
+UI_IMPORT void  __stdcall UItab(UiContainer *container, char *label);
 
 UI_IMPORT void __stdcall UIlayout_fill(UiContainer *container, int fill);
 UI_IMPORT void __stdcall UIlayout_hexpand(UiContainer *container, int expand);

mercurial