home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Palettes / MiscThreeStateButton / MiscTriStateInspector.h < prev    next >
Encoding:
Text File  |  1994-01-06  |  828 b   |  28 lines

  1. //
  2. //    MiscTriStateInspector.h -- inspector class for the three state button
  3. //        Written by Don Yacktman (c) 1993 by Don Yacktman.
  4. //                Version 1.0.  All rights reserved.
  5. //
  6. //        This notice may not be removed from this source code.
  7. //
  8. //        This is a free object!  Contact the author for the latest version.
  9. //        Don Yacktman, 4279 N. Ivy Lane, Provo, UT, 84604
  10. //        e-mail:  Don_Yacktman@byu.edu
  11. //
  12. //    This object is included in the MiscKit by permission from the author
  13. //    and its use is governed by the MiscKit license, found in the file
  14. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  15. //    for a list of all applicable permissions and restrictions.
  16. //    
  17.  
  18. #import <apps/InterfaceBuilder.h>
  19.  
  20. @interface MiscTriStateInspector : IBInspector <IBInspectors> 
  21. {
  22.     id thirdTitle;
  23.     id thirdIcon;
  24.     id cyclic;
  25. }
  26.  
  27. @end
  28.