mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
It begins.
git-svn-id: svn://localhost/trunk/ardour2@27 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
aa62659c78
commit
f872433e8e
6 changed files with 17 additions and 17 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue