ui/cocoa/toolkit.h

changeset 1176
87a906a990e3
parent 868
be3df094f8db
equal deleted inserted replaced
1175:1943f7411e50 1176:87a906a990e3
49 - (BOOL) getIsVisible; 49 - (BOOL) getIsVisible;
50 - (void) setVisible:(BOOL)visible; 50 - (void) setVisible:(BOOL)visible;
51 51
52 @end 52 @end
53 53
54 void ui_cocoa_onstartup(void);
55 void ui_cocoa_onopen(const char *file);
56 void ui_cocoa_onexit(void);
57 54

mercurial