home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / Palettes / MiscDragViews / MiscDVInspector.h < prev    next >
Encoding:
Text File  |  1994-02-24  |  596 b   |  28 lines

  1. /***************************************************************************
  2.  * CLASS:        MiscDVInspector     (MiscDragViewInspector)
  3.  * PROGRAMMER:    Todd Thomas            todd@avocado.cuc.ab.ca
  4.  * DATE:        Dec 10, 1993
  5.  *
  6.  *    Allows you to set a few of the dragging options. 
  7.  *
  8.  ***************************************************************************/
  9.  
  10. #import <appkit/appkit.h>
  11.  
  12. #import <apps/InterfaceBuilder.h>
  13.  
  14.  
  15. @interface MiscDVInspector : IBInspector
  16. {
  17.     id    optionMatrix;
  18.     id  borderMatrix;
  19. }
  20.  
  21. - init;
  22. - revert: sender;
  23. - optionsChanged: sender;
  24. - borderChanged: sender;
  25. - (BOOL)wantsButtons;
  26.  
  27. @end
  28.