Various fixups to bundle manager. Add a separator between the benign and more serious menu options on the port matrix context menu. Finally (maybe) fix port matrix sizing issues relatively nicely.

git-svn-id: svn://localhost/ardour2/branches/3.0@5409 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-07-22 01:28:31 +00:00
parent 7186593442
commit 272cad6241
14 changed files with 80 additions and 115 deletions

View file

@ -29,7 +29,7 @@
class GlobalPortMatrix : public PortMatrix
{
public:
GlobalPortMatrix (ARDOUR::Session&, ARDOUR::DataType);
GlobalPortMatrix (Gtk::Window*, ARDOUR::Session&, ARDOUR::DataType);
void setup_ports (int);
@ -63,9 +63,7 @@ public:
GlobalPortMatrixWindow (ARDOUR::Session&, ARDOUR::DataType);
private:
void on_realize ();
void max_size_changed ();
void set_max_size ();
void on_show ();
GlobalPortMatrix _port_matrix;
Gtk::Button _rescan_button;