home *** CD-ROM | disk | FTP | other *** search
- // ____________________________________________________
- // | |
- // | Project: POWER VIEW IDE |
- // | File: THIDE.H |
- // | Compiler: WPP386 (10.6) |
- // | |
- // | Subject: Thide_on_close class interface |
- // | |
- // | Author: Emil Dotchevski |
- // |____________________________________________________|
- //
- // E-mail: zajo@geocities.com
- // URL: http://www.geocities.com/SiliconValley/Bay/3577
-
- #ifndef _THIDE_H_INCLUDED
- #define _THIDE_H_INCLUDED
-
- class Thide_on_close: public Tlist_iterator
- {
- public:
- Thide_on_close( int _xl, int _yl );
- virtual void set_state( uint _state_word, char enable );
- virtual boolean valid( uint command );
-
- protected:
- virtual void event_handler( Tevent &ev );
- };
-
- #endif //_THIDE_H_INCLUDED
-