72 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			72 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| {
 | |
|     IBClasses = (
 | |
|         {
 | |
|             ACTIONS = {showHelp = id; }; 
 | |
|             CLASS = FirstResponder; 
 | |
|             LANGUAGE = ObjC; 
 | |
|             SUPERCLASS = NSObject; 
 | |
|         }, 
 | |
|         {
 | |
|             ACTIONS = {close = id; pickFile = id; saveChanges = id; setKey = id; }; 
 | |
|             CLASS = Preferences; 
 | |
|             LANGUAGE = ObjC; 
 | |
|             OUTLETS = {
 | |
|                 addToPathButton = id; 
 | |
|                 addToPathField = id; 
 | |
|                 button2ModifiersMatrix = id; 
 | |
|                 button3ModifiersMatrix = id; 
 | |
|                 depthButton = id; 
 | |
|                 displayField = id; 
 | |
|                 dockSwitchButton = id; 
 | |
|                 fakeButton = id; 
 | |
|                 keymapFileField = id; 
 | |
|                 modeMatrix = id; 
 | |
|                 modeWindowButton = id; 
 | |
|                 mouseAccelChangeButton = id; 
 | |
|                 startupHelpButton = id; 
 | |
|                 switchKeyButton = id; 
 | |
|                 systemBeepButton = id; 
 | |
|                 useDefaultShellMatrix = id; 
 | |
|                 useOtherShellField = id; 
 | |
|                 useXineramaButton = id; 
 | |
|                 window = id; 
 | |
|             }; 
 | |
|             SUPERCLASS = NSObject; 
 | |
|         }, 
 | |
|         {
 | |
|             CLASS = XApplication; 
 | |
|             LANGUAGE = ObjC; 
 | |
|             OUTLETS = {preferences = id; xserver = id; }; 
 | |
|             SUPERCLASS = NSApplication; 
 | |
|         }, 
 | |
|         {
 | |
|             ACTIONS = {
 | |
|                 bringAllToFront = id; 
 | |
|                 closeHelpAndShow = id; 
 | |
|                 itemSelected = id; 
 | |
|                 nextWindow = id; 
 | |
|                 previousWindow = id; 
 | |
|                 showAction = id; 
 | |
|                 showSwitchPanel = id; 
 | |
|                 startFullScreen = id; 
 | |
|                 startRootless = id; 
 | |
|             }; 
 | |
|             CLASS = XServer; 
 | |
|             LANGUAGE = ObjC; 
 | |
|             OUTLETS = {
 | |
|                 dockMenu = NSMenu; 
 | |
|                 helpWindow = NSWindow; 
 | |
|                 modeWindow = NSWindow; 
 | |
|                 startFullScreenButton = NSButton; 
 | |
|                 startRootlessButton = NSButton; 
 | |
|                 startupHelpButton = NSButton; 
 | |
|                 startupModeButton = NSButton; 
 | |
|                 switchWindow = NSPanel; 
 | |
|                 windowMenu = NSMenu; 
 | |
|                 windowSeparator = NSMenuItem; 
 | |
|             }; 
 | |
|             SUPERCLASS = NSObject; 
 | |
|         }
 | |
|     ); 
 | |
|     IBVersion = 1; 
 | |
| } |