#ifndef _SmartText_SmartText_h #define _SmartText_SmartText_h #include #define LAYOUTFILE #include class SmartText : public TopWindow { public: virtual void Paint(Draw& w); Button button; typedef SmartText CLASSNAME; SmartText(); }; #endif