source: branches/1.9-appstore/aux/cocotron/win32/cocotron/issue492/Issue492WindowDelegate.h

Last change on this file was 13400, checked in by Gary Palter, 15 years ago

Sample code for Cocotron issue 492

  • Property svn:executable set to *
File size: 334 bytes
Line 
1//
2// Issue405WindowDelegate.h
3// issue405
4//
5// Created by Gary Palter on 9/8/09.
6// Copyright 2009 Clozure Associates. All rights reserved.
7//
8
9#import <Cocoa/Cocoa.h>
10
11
12@interface Issue492WindowDelegate : NSObject
13#ifndef WINDOWS
14 <NSWindowDelegate>
15#endif
16{
17 NSWindow *window;
18}
19
20@property (retain) NSWindow* window;
21
22@end
Note: See TracBrowser for help on using the repository browser.