X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Ftoolbar.h;h=49412b6f1ae2a8c22af0c21080c863705aceb62d;hb=5ec71ac8d091bb70e70528138bba9edaccc7f55d;hp=5a2d86c64e2dd5bc59d9a0462b3e915839282b28;hpb=c6b9a38300cc2ecfc0df66af162620b9ea5a1e3e;p=r2c2.git diff --git a/source/designer/toolbar.h b/source/designer/toolbar.h index 5a2d86c..49412b6 100644 --- a/source/designer/toolbar.h +++ b/source/designer/toolbar.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TOOLBAR_H_ #define TOOLBAR_H_ @@ -18,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