home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Graphics & Multimedia / EazyDraw 1.9.0f (beta).dmg / EazyDraw.app / Contents / Resources / DKDZm.nib / classes.nib next >
Encoding:
Text File  |  2006-01-16  |  646 b   |  21 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 zoom100Action = id; 
  6.                 zoomDocAction = id; 
  7.                 zoomDragAction = id; 
  8.                 zoomInAction = id; 
  9.                 zoomOutAction = id; 
  10.                 zoomPercentTextFieldAction = id; 
  11.                 zoomSelAction = id; 
  12.             }; 
  13.             CLASS = DKDZoomController; 
  14.             LANGUAGE = ObjC; 
  15.             OUTLETS = {zoomButtons = id; zoomPercentTextField = id; }; 
  16.             SUPERCLASS = NSWindowController; 
  17.         }, 
  18.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  19.     ); 
  20.     IBVersion = 1; 
  21. }