home *** CD-ROM | disk | FTP | other *** search
- //////////////////////////////////////////////////////////////
- //
- // Header file for Beeper a subclass template
- //
- // This file is generated by BuilderXcessory, ViewKit code generator.
- //////////////////////////////////////////////////////////////
- #ifndef BEEPER_H
- #define BEEPER_H
- #include "BeeperUI.h"
-
- class Beeper : public BeeperUI
- {
- protected:
-
- // These functions will be called as a result of callbacks
- // registered in BeeperUI
-
- virtual void beep(Widget, XtPointer);
-
-
- private:
-
- public:
-
- Beeper(const char *, Widget);
- ~Beeper();
- const char * className();
- };
- #endif
-
-