summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-12 05:47:05 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-12 05:47:05 +0000
commit7857ec8b456d6fc233d1ee9b111744fc831dccca (patch)
tree3ed7547a518465b471b9bc835ce84389602edaf9 /gtk2_ardour/ardour_ui.h
parentc4c25e19bc75354ffc69e258c9f167ad586a1cd9 (diff)
comments for BBT math methods; remove chunks from GUI; split location UI into a widget and a window; add the widget part to the editor RHS notebook. this is unfinished - it looks absurd. but its the starting point for a reworking of the location UI in its rightful place
git-svn-id: svn://localhost/ardour2/branches/3.0@6071 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 97a64c5330..4d8d057460 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -75,7 +75,7 @@ class BundleManager;
class ConnectionEditor;
class KeyEditor;
class Keyboard;
-class LocationUI;
+class LocationUIWindow;
class Mixer_UI;
class PublicEditor;
class RCOptionEditor;
@@ -572,9 +572,9 @@ class ARDOUR_UI : public Gtkmm2ext::UI
BundleManager *bundle_manager;
void create_bundle_manager ();
- LocationUI *location_ui;
- int create_location_ui ();
- void handle_locations_change (ARDOUR::Location*);
+ LocationUIWindow *location_ui;
+ int create_location_ui ();
+ void handle_locations_change (ARDOUR::Location*);
static UIConfiguration *ui_config;
ThemeManager *theme_manager;