home *** CD-ROM | disk | FTP | other *** search
- /*
- FindPanel.h - Copyright (c) 1992 NeXT Computer, Inc.
-
- You may freely copy, distribute and reuse the code in this example.
- NeXT Computer, Inc. disclaims any warranty of any kind, expressed or implied,
- as to its fitness for any particular use.
- */
-
- #import <appkit/appkit.h>
- #import <indexing/indexing.h>
-
- @interface FindPanel:Panel
- {
- id browser;
- id findButton;
- id findField;
- id escapeEditor;
- id refineButton;
- IXPostingSet *postingSet;
- }
-
- - doFind:sender;
- - performFind:sender;
- - doRefine:sender;
-
- - ping:sender;
- - (int)browser:b fillMatrix:m inColumn:(int)c;
- - browserHit:sender;
-
- @end
-