Complete edit toolbar overhaul

git-svn-id: svn://localhost/ardour2/branches/midi@657 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2006-06-30 08:03:43 +00:00
parent 216b012e0b
commit f57bc15a6c
19 changed files with 427 additions and 262 deletions

View file

@ -51,7 +51,7 @@ class FFTGraph : public Gtk::DrawingArea
bool on_expose_event (GdkEventExpose* event);
void on_size_request(Gtk::Requisition* requisition);
void on_size_allocate(Gtk::Allocation alloc);
void on_size_allocate(Gtk::Allocation& alloc);
FFTResult *prepareResult(Gdk::Color color, std::string trackname);
private: