classes.nib
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {find = id; go = id; stopFind = id; }; 
  5.             CLASS = EclipseFinderController; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {
  8.                 eclipseFindEnd = NSTextField; 
  9.                 eclipseFindStart = NSTextField; 
  10.                 eclipseList = NSTableView; 
  11.                 eclipseProgress = NSProgressIndicator; 
  12.                 eclipseReceiver = NSTextField; 
  13.                 findButton = NSButton; 
  14.             }; 
  15.             SUPERCLASS = NSWindowController; 
  16.         }, 
  17.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  18.     ); 
  19.     IBVersion = 1; 
  20. }