API 0.9.5
AppKit/CPWindowController.h
Go to the documentation of this file.
00001 
00002 @interface CPWindowController : CPResponder
00003 {
00004     CPWindow            _window;
00005 
00006     CPArray             _documents;
00007     CPDocument          _document;
00008     BOOL                _shouldCloseDocument;
00009     BOOL                _supportsMultipleDocuments;
00010 
00011     id                  _cibOwner;
00012     CPString            _windowCibName;
00013     CPString            _windowCibPath;
00014 
00015     CPViewController    _viewController;
00016     CPView              _viewControllerContainerView;
00017 }
00018 @end
 All Classes Files Functions Variables Defines