gwenhywfar  4.10.0beta
CocoaWindow.h
Go to the documentation of this file.
1 //
2 // CocoaWindow.h
3 //
4 //
5 // Created by Samuel Strupp on 20.08.10.
6 //
7 
8 
9 
10 #ifndef COCOA_WINDOW_H
11 #define COCOA_WINDOW_H
12 
13 #import <Cocoa/Cocoa.h>
14 
15 typedef void (*gwenWindowActionPtr)(NSWindow *window, void* data);
16 
17 @interface CocoaWindow : NSWindow {
19  void* c_actionData;
20 
23 }
24 
25 @end
26 
27 #endif