Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Mac/Ogre/nib/config.nib/classes.nib @ 8

Last change on this file since 8 was 8, checked in by anonymous, 17 years ago

mac ordner

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.