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