mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Complete edit toolbar overhaul
git-svn-id: svn://localhost/ardour2/branches/midi@657 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
216b012e0b
commit
f57bc15a6c
19 changed files with 427 additions and 262 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue