mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 01:47:43 +01:00
change the meters into CairoWidget, add expose_area to CairoWidget::render()
Conflicts: libs/gtkmm2ext/cairo_widget.cc libs/gtkmm2ext/fastmeter.cc libs/gtkmm2ext/gtkmm2ext/cairo_widget.h libs/gtkmm2ext/gtkmm2ext/fastmeter.h
This commit is contained in:
parent
dd2ada892a
commit
6da331394b
18 changed files with 64 additions and 48 deletions
|
|
@ -36,7 +36,7 @@ class ButtonJoiner : public CairoWidget, public Gtkmm2ext::Activatable {
|
|||
void set_active_state (Gtkmm2ext::ActiveState);
|
||||
|
||||
protected:
|
||||
void render (cairo_t*);
|
||||
void render (cairo_t*, cairo_rectangle_t*);
|
||||
bool on_button_release_event (GdkEventButton*);
|
||||
void on_size_request (Gtk::Requisition*);
|
||||
void on_size_allocate (Gtk::Allocation&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue