43 |
#include <gtkmm/treeview.h> |
#include <gtkmm/treeview.h> |
44 |
#include <gtkmm/uimanager.h> |
#include <gtkmm/uimanager.h> |
45 |
#include <gtkmm/window.h> |
#include <gtkmm/window.h> |
46 |
|
#include <gtkmm/menuitem.h> |
47 |
|
|
48 |
#include "regionchooser.h" |
#include "regionchooser.h" |
49 |
#include "dimregionchooser.h" |
#include "dimregionchooser.h" |
469 |
PropDialog propDialog; |
PropDialog propDialog; |
470 |
InstrumentProps instrumentProps; |
InstrumentProps instrumentProps; |
471 |
|
|
472 |
|
void on_instrument_selection_change(int index); |
473 |
void on_sel_change(); |
void on_sel_change(); |
474 |
void region_changed(); |
void region_changed(); |
475 |
void dimreg_changed(); |
void dimreg_changed(); |