#ifndef CANCEL_BUTTON #define CANCEL_BUTTON #include #include class CancelButton : public PushButton { public: CancelButton (ButtonState*, int) ; // Construct CancelButton protected: void Press () ; } ; #endif