ReactOS 0.4.15-dev-7906-g1b85a5f
NSView.h
Go to the documentation of this file.
1#import <Cocoa/Cocoa.h>
2
3@interface NSView : NSResponder {
4 IBOutlet NSView *nextKeyView;
5}
6- (IBAction)fax:(id)sender;
7- (IBAction)print:(id)sender;
8@end
static void print(LPPRINTDLGW pd, LPWSTR wszFileName)
Definition: print.c:438
Definition: NSView.h:3
IBOutlet NSView * nextKeyView
Definition: NSView.h:4