X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fbutton.h;h=63159ee2318dcc6cd1ecf81e47d8b22797b2fee9;hb=34724c2c2f2d30cf66e74ef3e848547171c7fee9;hp=55cb2b0a28af82c7e930ee4603f166cf06a84850;hpb=1fde94c15fc65e85f5931a9daf74dd8806e682e0;p=libs%2Fgltk.git diff --git a/source/button.h b/source/button.h index 55cb2b0..63159ee 100644 --- a/source/button.h +++ b/source/button.h @@ -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