ui/wpf/container.h

changeset 84
a56c2baa9429
child 85
91f45354d1e2
equal deleted inserted replaced
83:a38aec91bd66 84:a56c2baa9429
1 /*
2 * File: container.h
3 * Author: Olaf
4 *
5 * Created on 31. Januar 2015, 23:20
6 */
7
8 #ifndef CONTAINER_H
9 #define CONTAINER_H
10
11 #include "toolkit.h"
12
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16
17 UI_IMPORT void* __stdcall UIvbox(UiContainer *parent);
18 UI_IMPORT void* __stdcall UIhbox(UiContainer *parent);
19
20
21 #ifdef __cplusplus
22 }
23 #endif
24
25 #endif /* CONTAINER_H */
26

mercurial