The GDWindowController is controller you should use to expose references to windows, and any operations related to those windows. More...
#import <GDWindowController.h>
Protected Attributes | |
| NSWindow * | mainWindow |
| An NSWindow that is given main window status. | |
Properties | |
| IBOutlet NSWindow * | mainWindow |
| An NSWindow that is given main window status. | |
The GDWindowController is controller you should use to expose references to windows, and any operations related to those windows.
- (NSWindow*) mainWindow [protected] |
An NSWindow that is given main window status.
This is not the same as main/key window - this simply means the window that is the main window from a possible collection of other windows.
- (IBOutlet NSWindow*) mainWindow [read, write, assign] |
An NSWindow that is given main window status.
This is not the same as main/key window - this simply means the window that is the main window from a possible collection of other windows.