summaryrefslogtreecommitdiff
path: root/gtk2_ardour/luadialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-08-02 15:17:38 +0200
committerRobin Gareus <robin@gareus.org>2018-08-02 15:17:38 +0200
commit77d1982d1d6e22d1369d078790a84a7d525331af (patch)
tree64aaa36dce5486edc780a16062864c9585f1e76c /gtk2_ardour/luadialog.h
parent5006c731c7fe28763ee0ef3223ef3430b5ea412e (diff)
Add scrollbar to LuaDialog
Diffstat (limited to 'gtk2_ardour/luadialog.h')
-rw-r--r--gtk2_ardour/luadialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/luadialog.h b/gtk2_ardour/luadialog.h
index a022a8b6f6..f0bacdc387 100644
--- a/gtk2_ardour/luadialog.h
+++ b/gtk2_ardour/luadialog.h
@@ -89,7 +89,10 @@ public:
private:
Dialog (Dialog const&); // prevent copy construction
+ void table_size_alloc (Gtk::Allocation&);
+
ArdourDialog _ad;
+ Gtk::ScrolledWindow _scroller;
typedef std::vector<LuaDialogWidget*> DialogWidgets;
DialogWidgets _widgets;
std::string _title;