ui/wpf/label.h

changeset 108
77254bd6dccb
parent 107
b34bd1557c6c
child 109
c3dfcb8f0be7
--- a/ui/wpf/label.h	Sat Apr 05 17:57:04 2025 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-/* 
- * 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