home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / tex / pastex / source / driver / show / amiga / searchwin.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-08  |  260 b   |  7 lines

  1. /* searchwin.h */
  2.  
  3. extern struct Window * SearchWin;
  4. extern UBYTE sig_searchwin;    // ist in amscreen.c deklariert!
  5.  
  6. enum SearchActions { SEARCHWIN_ACTION_NONE, SEARCHWIN_ACTION_SEARCH, SEARCHWIN_ACTION_STRING, SEARCHWIN_ACTION_CANCEL, SEARCHWIN_ACTION_CLOSE };
  7.