Don't fix size of preset combo any more. Comment what
authorCarl Hetherington <carl@carlh.net>
Wed, 23 Nov 2011 17:48:10 +0000 (17:48 +0000)
committerCarl Hetherington <carl@carlh.net>
Wed, 23 Nov 2011 17:48:10 +0000 (17:48 +0000)
commit013b31f1bb17dd54c41aafc879984d9d2b17633d
treedd03c3786163866796142d4c9c605deb28e0d7dc
parent0a66ccc3bbdbb9e1d185133495e023c248b65bf6
Don't fix size of preset combo any more.  Comment what
widgets the PlugUIBase makes available for subclasses.
Give up on trying to report when a VST plugin's settings
have been modified from a preset, since I think it is
impossible to do cleanly (you set the preset, then at some
point after that the plugin tells you that values have
changed using the same mechanism that it uses to report
normal user-initiated changes).

git-svn-id: svn://localhost/ardour2/branches/3.0@10798 d708f5d6-7413-0410-9779-e7cbd77b26cf
gtk2_ardour/generic_pluginui.cc
gtk2_ardour/plugin_ui.cc
gtk2_ardour/plugin_ui.h
gtk2_ardour/vst_plugin_ui.cc