]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/toggle.h
Change State into a bitmask to allow more fine-grained control of styles
[libs/gltk.git] / source / toggle.h
index 6e3d6326fb0388784e7f0b50c6e46329b8be5c98..f01f84bd0ba632c8596f80d1fdbce5f66b0c2907 100644 (file)
@@ -44,8 +44,6 @@ public:
 
        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 "toggle"; }
        virtual void render_special(const Part &) const;