FreeRDP
rdtk_engine.h
1 
19 #ifndef RDTK_ENGINE_PRIVATE_H
20 #define RDTK_ENGINE_PRIVATE_H
21 
22 #include <rdtk/rdtk.h>
23 
25 {
26  rdtkFont* font;
27 
28  rdtkLabel* label;
29 
30  rdtkButton* button;
31  rdtkNinePatch* button9patch;
32 
33  rdtkTextField* textField;
34  rdtkNinePatch* textField9patch;
35 };
36 
37 #ifdef __cplusplus
38 extern "C"
39 {
40 #endif
41 
42 #ifdef __cplusplus
43 }
44 #endif
45 
46 #endif /* RDTK_ENGINE_PRIVATE_H */