ui/motif/window.h

changeset 115
e57ca2747782
parent 100
d2bd73d28ff1
equal deleted inserted replaced
114:3da24640513a 115:e57ca2747782
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 #include "../ui/widget.h"
34
32 #ifdef __cplusplus 35 #ifdef __cplusplus
33 extern "C" { 36 extern "C" {
34 #endif 37 #endif
38
39 #define UI_MOTIF_APP_WINDOW 0xabcd
35 40
36 41 typedef struct UiMotifAppWindow {
42 Widget menubar;
43 } UiMotifAppWindow;
37 44
38 45
39 #ifdef __cplusplus 46 #ifdef __cplusplus
40 } 47 }
41 #endif 48 #endif

mercurial