X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbutton.h;h=8bd2d315c26cb8439ad3cb9a5cd30a7162f7f7f3;hb=c062ca892fc6e10f74a76991b5d4b4349c046b5f;hp=407e2f950bfb04424796aaf312f11c9c4a98e553;hpb=c1f038acb91eb3bfaa34dfd4729d19ed3f871a42;p=libs%2Fgltk.git diff --git a/source/button.h b/source/button.h index 407e2f9..8bd2d31 100644 --- a/source/button.h +++ b/source/button.h @@ -14,14 +14,14 @@ public: Button(const Resources &, const std::string & =std::string()); void set_text(const std::string &); + void button_press(int, int, unsigned); + void button_release(int, int, unsigned); private: std::string text; bool pressed; const char *get_class() const { return "button"; } void render_part(const Part &) const; - void on_button_press(int, int, unsigned); - void on_button_release(int, int, unsigned); }; } // namespace GLtk