gwenhywfar  4.15.3
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
void(* gwenWindowActionPtr)(NSWindow *window, void *data)
Definition: CocoaWindow.h:15
gwenWindowActionPtr c_textChangedActionPtr
Definition: CocoaWindow.h:21
gwenWindowActionPtr c_actionPtr
Definition: CocoaWindow.h:18
void * c_actionData
Definition: CocoaWindow.h:19
void * c_textChangedActionData
Definition: CocoaWindow.h:22