ui/ui/toolkit.h

changeset 128
c284c15509a8
parent 125
3335268a8073
child 129
5babf09f5f19
equal deleted inserted replaced
127:ce342364fad5 128:c284c15509a8
32 #ifdef UI_COCOA 32 #ifdef UI_COCOA
33 33
34 #ifdef __OBJC__ 34 #ifdef __OBJC__
35 #import <Cocoa/Cocoa.h> 35 #import <Cocoa/Cocoa.h>
36 #define UIWIDGET NSView* 36 #define UIWIDGET NSView*
37 #define UIMENU NSMenu*
38 #else 37 #else
39 typedef void* UIWIDGET; 38 typedef void* UIWIDGET;
40 typedef void* UIMENU;
41 #endif 39 #endif
42 40
43 #elif UI_GTK2 || UI_GTK3 41 #elif UI_GTK2 || UI_GTK3
44 42
45 #include <gtk/gtk.h> 43 #include <gtk/gtk.h>

mercurial