home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Headers / misckit / MiscTree.Browser.h < prev    next >
Encoding:
Text File  |  1994-03-27  |  828 b   |  25 lines

  1. //
  2. // MiscTree.Browser.h -- Category of MiscTree that allows a MiscTree to be
  3. //         a delegate for an NXBrowser
  4. //        Written by Scott Anguish (c) 1994 by Scott Anguish.
  5. //                Version 1.0.  All rights reserved.
  6. //
  7. //        This notice may not be removed from this source code.
  8. //
  9. //    This program is included in the MiscKit by permission from the author
  10. //    and its use is governed by the MiscKit license, found in the file
  11. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  12. //    for a list of all applicable permissions and restrictions.
  13. //    
  14. #import <appkit/appkit.h>
  15.  
  16. @interface MiscTree(Browser)
  17. - returnSelectedNode:theBrowser;
  18. - returnSelectedPath:theBrowser;
  19. - pathToChild:theString;
  20. - labelString;
  21. - pathToChild:theString level:(int)theLevel;
  22. - (int)browser:sender fillMatrix:matrix inColumn:(int)column;
  23.  
  24. @end
  25.