ui/wpf/label.h

changeset 0
804d8803eade
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ui/wpf/label.h	Wed Dec 09 11:32:01 2020 +0100
@@ -0,0 +1,28 @@
+/* 
+ * File:   label.h
+ * Author: Olaf
+ *
+ * Created on 19. Januar 2016, 18:12
+ */
+
+#ifndef LABEL_H
+#define	LABEL_H
+
+#include "toolkit.h"
+
+#ifdef	__cplusplus
+extern "C" {
+#endif
+
+UI_IMPORT UIWIDGET __stdcall UIlabel(void *container, char *label, int alignment);
+
+UI_IMPORT UIWIDGET __stdcall UIspace(void *container);
+
+UI_IMPORT UIWIDGET __stdcall UIseparator(void *container);
+
+#ifdef	__cplusplus
+}
+#endif
+
+#endif	/* LABEL_H */
+

mercurial