ui/ui/toolkit.h

changeset 125
3335268a8073
parent 120
49bc645df8b7
child 128
c284c15509a8
equal deleted inserted replaced
124:80609f9675f1 125:3335268a8073
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*
37 #else 38 #else
38 typedef void* UIWIDGET; 39 typedef void* UIWIDGET;
40 typedef void* UIMENU;
39 #endif 41 #endif
40 42
41 #elif UI_GTK2 || UI_GTK3 43 #elif UI_GTK2 || UI_GTK3
42 44
43 #include <gtk/gtk.h> 45 #include <gtk/gtk.h>

mercurial