home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / ScreenScape.app / English.lproj / ScreenScape.nib / data.classes next >
Text File  |  1994-02-23  |  816b  |  60 lines

  1. MyButton = {
  2.     SUPERCLASS = Button;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. Mouser = {
  10.     ACTIONS = {
  11.     setMouseThreshold:;
  12.     setOverscan:;
  13.     genlockOutput:;
  14.     setGenlockSource:;
  15.     save:;
  16.     calcScanRect:;
  17.     suggested:;
  18.     appDidInit:;
  19.     setScrollRate:;
  20.     setTheGamma:;
  21.     dragOutline:;
  22.     centerView:;
  23.     calcVideoRect:;
  24.     freeze:;
  25.     updateParameters:;
  26.     track:;
  27.     showInfoText:;
  28.     calcMouseRect:;
  29.     revert:;
  30.     };
  31.     OUTLETS = {
  32.     genlockSwitch;
  33.     prefWindow;
  34.     genlockButton;
  35.     overscanSlider;
  36.     cursorObject;
  37.     infoText;
  38.     scrollSlider;
  39.     gammaSlider;
  40.     mouseText;
  41.     trackFreezeButton;
  42.     videoView;
  43.     window;
  44.     mouseSlider;
  45.     gammaText;
  46.     posText;
  47.     scrollText;
  48.     outlineButton;
  49.     overscanText;
  50.     };
  51.     SUPERCLASS = Object;
  52. };
  53. NXLiveVideoView = {
  54.     ACTIONS = {
  55.     start:;
  56.     stop:;
  57.     };
  58.     SUPERCLASS = View;
  59. };
  60.