X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbutton.h;h=b84511e310707655e70bc1c76392394e86f3634c;hb=91997dd3189b93a67179822ec2fed5f2a7bddb74;hp=687f5dd74e3cee22bd2310b0a02dc718feeda0b5;hpb=deb15ee122f963ca41121e8358d5845401ac43ca;p=libs%2Fgltk.git diff --git a/source/button.h b/source/button.h index 687f5dd..b84511e 100644 --- a/source/button.h +++ b/source/button.h @@ -39,7 +39,8 @@ private: public: sigc::signal signal_clicked; - Button(const Resources &, const std::string & =std::string()); + Button(const std::string & = std::string()); + void set_text(const std::string &); void set_icon(const GL::Texture2D *); virtual void button_press(int, int, unsigned);