]> 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 55cb2b0a28af82c7e930ee4603f166cf06a84850..63159ee2318dcc6cd1ecf81e47d8b22797b2fee9 100644 (file)
@@ -39,11 +39,10 @@ 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"; }
-       virtual void render_part(const Part &) const;
+       virtual void render_special(const Part &) const;
 };
 
 } // namespace GLtk