GDWindowController Class Reference

The GDWindowController is controller you should use to expose references to windows, and any operations related to those windows. More...

#import <GDWindowController.h>

Inheritance diagram for GDWindowController:
GDBaseObject

List of all members.

Protected Attributes

NSWindow * mainWindow
 An NSWindow that is given main window status.

Properties

IBOutlet NSWindow * mainWindow
 An NSWindow that is given main window status.

Detailed Description

The GDWindowController is controller you should use to expose references to windows, and any operations related to those windows.


Member Data Documentation

- (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.


Property Documentation

- (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.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines