It begins.

git-svn-id: svn://localhost/trunk/ardour2@27 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin 2005-09-25 19:24:25 +00:00
parent aa62659c78
commit f872433e8e
6 changed files with 17 additions and 17 deletions

View file

@ -18,19 +18,19 @@
$Id$
*/
#ifndef __gtkmmext_grouped_buttons_h__
#define __gtkmmext_grouped_buttons_h__
#ifndef __gtkmm2ext_grouped_buttons_h__
#define __gtkmm2ext_grouped_buttons_h__
#include <stdint.h>
#include <vector>
#include <sigc++/signal_system.h>
#include <sigc++/signal.h>
namespace Gtk {
class ToggleButton;
};
class GroupedButtons : public SigC::Object
class GroupedButtons : public sigc::trackable
{
public:
GroupedButtons (uint32_t nbuttons, uint32_t first_active);
@ -46,4 +46,4 @@ class GroupedButtons : public SigC::Object
void one_clicked (uint32_t which);
};
#endif /* __gtkmmext_grouped_buttons_h__ */
#endif /* __gtkmm2ext_grouped_buttons_h__ */