API  1.0.0
CPWindowController.h
Go to the documentation of this file.
1 
3 {
4  CPWindow _window;
5 
6  CPArray _documents;
7  CPDocument _document;
8  BOOL _shouldCloseDocument;
9  BOOL _supportsMultipleDocuments;
10 
11  id _cibOwner;
12  CPString _windowCibName;
13  CPString _windowCibPath;
14 
15  CPViewController _viewController;
16  CPView _viewControllerContainerView;
17 }
18 @end
An immutable string (collection of characters).
Definition: CPString.h:2
Definition: CPView.j:137