ui/motif/window.h

changeset 930
4ce8df2311f0
parent 406
0ebf9d7b23e8
child 931
6ca1ef6c8107
equal deleted inserted replaced
929:43cb1ea4c582 930:4ce8df2311f0
27 */ 27 */
28 28
29 #ifndef WINDOW_H 29 #ifndef WINDOW_H
30 #define WINDOW_H 30 #define WINDOW_H
31 31
32 #include "../ui/window.h"
33
32 #ifdef __cplusplus 34 #ifdef __cplusplus
33 extern "C" { 35 extern "C" {
34 #endif 36 #endif
35 37
36 38 typedef struct UiMainWindow {
39 Widget menubar;
40 } UiMainWindow;
37 41
38 42
39 #ifdef __cplusplus 43 #ifdef __cplusplus
40 } 44 }
41 #endif 45 #endif

mercurial