3 This file is part of R²C²
4 Copyright © 2010 Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
11 #include <msp/gltk/button.h>
12 #include <msp/gltk/label.h>
13 #include <msp/gltk/panel.h>
15 class Toolbar: public Msp::GLtk::Panel
18 sigc::signal<void, bool> signal_expanded;
21 unsigned content_width;
22 Msp::GLtk::Label *lbl_title;
23 Msp::GLtk::Button *btn_expand;
26 Msp::GLtk::Panel *pnl_content;
28 Toolbar(const std::string &, unsigned);
34 void expand_clicked();
35 virtual void on_style_change();