ui/gtk/menu.h

branch
newapi
changeset 296
a362c76dbf99
parent 286
f6ca4bbbe2a6
equal deleted inserted replaced
295:35d6e9b5d4b3 296:a362c76dbf99
31 31
32 #include "../ui/menu.h" 32 #include "../ui/menu.h"
33 #include "../common/menu.h" 33 #include "../common/menu.h"
34 #include <cx/list.h> 34 #include <cx/list.h>
35 #include "toolkit.h" 35 #include "toolkit.h"
36
37 #if UI_GTK2 || UI_GTK3
36 38
37 #ifdef __cplusplus 39 #ifdef __cplusplus
38 extern "C" { 40 extern "C" {
39 #endif 41 #endif
40 42
75 77
76 #ifdef __cplusplus 78 #ifdef __cplusplus
77 } 79 }
78 #endif 80 #endif
79 81
82 #endif /* UI_GTK2 || UI_GTK3 */
83
80 #endif /* MENU_H */ 84 #endif /* MENU_H */
81 85

mercurial