ui/wpf/container.h

changeset 84
a56c2baa9429
child 85
91f45354d1e2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ui/wpf/container.h	Sun Feb 01 10:35:07 2015 +0100
@@ -0,0 +1,26 @@
+/* 
+ * File:   container.h
+ * Author: Olaf
+ *
+ * Created on 31. Januar 2015, 23:20
+ */
+
+#ifndef CONTAINER_H
+#define	CONTAINER_H
+
+#include "toolkit.h"
+
+#ifdef	__cplusplus
+extern "C" {
+#endif
+
+UI_IMPORT void* __stdcall UIvbox(UiContainer *parent);
+UI_IMPORT void* __stdcall UIhbox(UiContainer *parent);
+
+
+#ifdef	__cplusplus
+}
+#endif
+
+#endif	/* CONTAINER_H */
+

mercurial