X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Ftoolbar.h;h=49412b6f1ae2a8c22af0c21080c863705aceb62d;hb=f0aa8913aa1f4df37b87dcedbc257febb0e101a1;hp=25eab21e717b841eb701b8fadd94d44b995ea277;hpb=d15ac13f2e170f155b4bbd124df48400c339b644;p=r2c2.git diff --git a/source/designer/toolbar.h b/source/designer/toolbar.h index 25eab21..49412b6 100644 --- a/source/designer/toolbar.h +++ b/source/designer/toolbar.h @@ -11,21 +11,19 @@ public: sigc::signal signal_expanded; private: - unsigned content_width; Msp::GLtk::Label *lbl_title; Msp::GLtk::Button *btn_expand; bool expanded; protected: Msp::GLtk::Panel *pnl_content; - Toolbar(const std::string &, unsigned); + Toolbar(const std::string &); public: void expand(bool); private: void expand_clicked(); - virtual void on_style_change(); }; #endif