home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / Projects / MiscFindPanel / SearchCategories / MiscSearchText.h next >
Encoding:
Text File  |  1994-03-22  |  436 b   |  19 lines

  1. /*
  2.  *  Copyright (c) 1993 Christopher J. Kane.  All rights reserved.
  3.  *
  4.  *  This software is subject to the terms of the MiscKit license
  5.  *  agreement.  Refer to the license document included with the
  6.  *  MiscKit distribution for these terms.
  7.  *
  8.  *  Version: 1.2 (22 March 1994)
  9.  */
  10.  
  11. #import <appkit/appkit.h>
  12. #import <misckit/SearchableText.h>
  13.  
  14. @interface Text (SearchText) <SearchableText>
  15.  
  16. - (int)setRegExprSyntax:(int)syntax;
  17.  
  18. @end
  19.