Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogre_src_v1-9-0/OgreMain/include/OSX/nib/config.nib/classes.nib @ 148

Last change on this file since 148 was 148, checked in by patricwi, 6 years ago

Added new dependencies for ogre1.9 and cegui0.8

File size: 615 bytes
Line 
1{
2    IBClasses = (
3        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
4        {
5            ACTIONS = {cancelClicked = id; okClicked = id; };
6            CLASS = OgreConfigWindowController;
7            LANGUAGE = ObjC;
8            OUTLETS = {
9                messageTextField = id;
10                optionsPopUp = id;
11                optionsTableView = id;
12                renderSystemPopup = id;
13            };
14            SUPERCLASS = NSWindowController;
15        },
16        {CLASS = myTableViewController; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
17    );
18    IBVersion = 1;
19}
Note: See TracBrowser for help on using the repository browser.