gwenhywfar
4.6.0beta
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
gui
cocoa
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 {
18
gwenWindowActionPtr
c_actionPtr
;
19
void
*
c_actionData
;
20
21
gwenWindowActionPtr
c_textChangedActionPtr
;
22
void
*
c_textChangedActionData
;
23
}
24
25
@end
26
27
#endif
Generated on Sun May 26 2013 16:42:53 for gwenhywfar by
1.8.1.2