]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/button.h
Change State into a bitmask to allow more fine-grained control of styles
[libs/gltk.git] / source / button.h
index ea96a7d01b69518d47d5bcb406406f1f653e186e..63159ee2318dcc6cd1ecf81e47d8b22797b2fee9 100644 (file)
@@ -39,7 +39,6 @@ public:
        void set_text(const std::string &);
        virtual void button_press(int, int, unsigned);
        virtual void button_release(int, int, unsigned);
-       virtual void pointer_enter();
        virtual void pointer_leave();
 private:
        virtual const char *get_class() const { return "button"; }