ui/wpf/container.h

Sun, 01 Feb 2015 10:35:07 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 01 Feb 2015 10:35:07 +0100
changeset 84
a56c2baa9429
child 85
91f45354d1e2
permissions
-rw-r--r--

added vbox,hbox function (WPF)

/* 
 * 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