ui/wpf/window.h

Tue, 27 Jan 2015 09:59:32 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 27 Jan 2015 09:59:32 +0100
changeset 82
0cdb8089a29f
parent 78
135920fe441b
child 83
a38aec91bd66
permissions
-rw-r--r--

added event handler for menus (WPF)

/* 
 * File:   window.h
 * Author: Olaf
 *
 * Created on 24. Januar 2015, 15:42
 */

#ifndef WINDOW_H
#define	WINDOW_H

#include "toolkit.h"

#ifdef	__cplusplus
extern "C" {
#endif

UI_IMPORT UIWIDGET __stdcall UIwindow(char *title, void *uiobj);


#ifdef	__cplusplus
}
#endif

#endif	/* WINDOW_H */

mercurial