Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
OSXWindow.h
00001 // 00002 // OSXWindow.h 00003 // 00004 // 00005 // Created by mreda on Tue Nov 06 2001. 00006 // Copyright (c) 2001 Matt Reda. All rights reserved. 00007 // 00008 00009 #import <Cocoa/Cocoa.h> 00010 00011 00012 @interface OSXWindow : NSWindow 00013 00014 // Returns YES to indicate that the window can become key 00015 // Normal NSWindows cannot become key if they are borderless 00016 - (BOOL) canBecomeKeyWindow; 00017 00018 @end
Generated for Crystal Space by doxygen 1.3.9.1