home *** CD-ROM | disk | FTP | other *** search
- //
- // myeditln.h
- //
- // Copyright (c) 1993, by Liant Software Corp.
- // ALL RIGHTS RESERVED.
- //
- // Revision History:
- // -----------------
- //
-
- #ifndef myeditln_h
- #define myeditln_h
- #include "editline.h"
-
-
- CLASS MyEditLine : public VEditLine {
- private:
- method exitMethod;
-
- public:
- boolean clearFocus();
- void uponExit(id,method);
- MyEditLine(VFrame&,VWindow*,short);
- VClass *iam();
- boolean free();
- MyEditLine();
- ~MyEditLine();
- };
-
- extern VClass *MyEditLineCls;
- #endif /* myeditln_h */
-