summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-03-21 16:39:04 +0000
committerCarl Hetherington <carl@carlh.net>2012-03-21 16:39:04 +0000
commit0af622521ba3cc35cd82f8da10d4c32830ee1305 (patch)
tree7e4e5f87060e3eb6aee01690791d6c8be033e2f2 /gtk2_ardour/plugin_ui.h
parent05fcf75eafdd97e25173bc35e4e0794eadaea4b8 (diff)
Use a AutoSpin rather than a combo box for input
parameters marked up as scalePoint with fewer labels than there are possible values for the parameter (should fix #2612). git-svn-id: svn://localhost/ardour2/branches/3.0@11744 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/plugin_ui.h')
-rw-r--r--gtk2_ardour/plugin_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h
index 00caf6da9a..a966ed3024 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -269,7 +269,9 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
void start_touch (ControlUI*);
void stop_touch (ControlUI*);
+ /* XXX: remove */
void print_parameter (char *buf, uint32_t len, uint32_t param);
+ bool integer_printer (char* buf, Gtk::Adjustment &, ControlUI *);
};
class PluginUIWindow : public Gtk::Window