• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/DragItemAround/MainMenu.nib/
1{
2    IBClasses = (
3        {
4            ACTIONS = {
5                changeColor = id; 
6                moveDown = id; 
7                moveLeft = id; 
8                moveRight = id; 
9                moveUp = id; 
10                setItemPropertiesToDefault = id; 
11            }; 
12            CLASS = DraggableItemView; 
13            LANGUAGE = ObjC; 
14            SUPERCLASS = NSView; 
15        }, 
16        {
17            ACTIONS = {
18                moveDown = id; 
19                moveLeft = id; 
20                moveRight = id; 
21                moveUp = id; 
22                setItemPropertiesToDefault = id; 
23            }; 
24            CLASS = FirstResponder; 
25            LANGUAGE = ObjC; 
26            SUPERCLASS = NSObject; 
27        }
28    ); 
29    IBVersion = 1; 
30}