3 This file is part of R²C²
4 Copyright © 2010 Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
11 #include <msp/gltk/dropdown.h>
16 class Zonebar: public Toolbar, public sigc::trackable
20 Msp::GLtk::Dropdown *drp_groups;
21 Msp::GLtk::Dropdown *drp_numbers;
27 void zone_added(R2C2::Zone &);
28 void zone_renamed(const std::string &, const std::string &, unsigned);
29 void group_selected(unsigned, const std::string &);
30 void number_selected(unsigned, const std::string &);
31 void delete_zone_clicked();
33 void update_numbers(const std::string &);