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>
14 class Routebar: public Toolbar, public sigc::trackable
18 Msp::GLtk::Dropdown *drp_routes;
24 void route_selected(unsigned, const std::string &);
25 void delete_route_clicked();
26 void route_added(R2C2::Route &);