Merge pull request #506 from andrewcsmith/patch-2
[supercollider.git] / platform / mac / Resources / English.lproj / FindPanel.nib / classes.nib
blob4a65a646509e5595b56b5ffa88568c9790771de5
2     IBClasses = (
3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
4         {
5             ACTIONS = {
6                 findNext = id; 
7                 findNextAndOrderFindPanelOut = id; 
8                 findPrevious = id; 
9                 replace = id; 
10                 replaceAll = id; 
11                 replaceAndFind = id; 
12             }; 
13             CLASS = TextFinder; 
14             LANGUAGE = ObjC; 
15             OUTLETS = {
16                 findNextButton = id; 
17                 findTextField = id; 
18                 ignoreCaseButton = id; 
19                 replaceAllScopeMatrix = id; 
20                 replaceTextField = id; 
21                 statusField = id; 
22             }; 
23             SUPERCLASS = NSObject; 
24         }
25     ); 
26     IBVersion = 1;