ui/wpf/menu.h

changeset 108
77254bd6dccb
parent 107
b34bd1557c6c
child 109
c3dfcb8f0be7
--- a/ui/wpf/menu.h	Sat Apr 05 17:57:04 2025 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-/* 
- * File:   menu.h
- * Author: Olaf
- *
- * Created on 25. Januar 2015, 13:37
- */
-
-#ifndef MENU_H
-#define	MENU_H
-
-#include "../ui/menu.h"
-#include "toolkit.h"
-
-#ifdef	__cplusplus
-extern "C" {
-#endif
-
-UI_IMPORT void __stdcall UImenu(char *label);
-UI_IMPORT void __stdcall UIsubmenu(char *label);
-UI_IMPORT void __stdcall UIsubmenu_end();
-UI_IMPORT void __stdcall UImenuitem(char *label, UIcallback f, void *udata);
-
-
-
-void ui_obj_callback(UiObject *obj, UiEventData *e);
-
-#ifdef	__cplusplus
-}
-#endif
-
-#endif	/* MENU_H */
-

mercurial