source: OGRE/trunk/ogrenew/Mac/XCode/Ogre/config.nib/classes.nib @ 657

Revision 657, 403 bytes checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

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 = {messageTextField = id; optionsPopUp = id; };
9            SUPERCLASS = NSWindowController;
10        }
11    );
12    IBVersion = 1;
13}
Note: See TracBrowser for help on using the repository browser.