summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.h
diff options
context:
space:
mode:
authorJesse Chappell <jesse@essej.net>2007-11-23 04:57:39 +0000
committerJesse Chappell <jesse@essej.net>2007-11-23 04:57:39 +0000
commit90a5607604a6a8853fa780285561aff706531589 (patch)
tree0437e4e6d85667392f05b982401d569a2c389d87 /gtk2_ardour/location_ui.h
parent8af8f2ee276e3f427895e0e57deab29dfa026d2b (diff)
added cd marker ruler, which displays and allows quick addition of cd track markers/ranges when visible, otherwise the cd markers are shown in the normal mark/range rulers.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2711 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/location_ui.h')
-rw-r--r--gtk2_ardour/location_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/location_ui.h b/gtk2_ardour/location_ui.h
index 51daa6814d..de435b999f 100644
--- a/gtk2_ardour/location_ui.h
+++ b/gtk2_ardour/location_ui.h
@@ -145,6 +145,8 @@ class LocationUI : public ArdourDialog
void set_session (ARDOUR::Session *);
+ void on_show();
+
private:
ARDOUR::LocationStack* locations;