mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 22:56:32 +01:00
canvas: several steps further with box packing and size allocation
This commit is contained in:
parent
88b95bc8f8
commit
b416caf1bb
13 changed files with 75 additions and 80 deletions
|
|
@ -38,7 +38,7 @@ public:
|
|||
void render (Rect const &, Cairo::RefPtr<Cairo::Context>) const;
|
||||
void compute_bounding_box () const;
|
||||
|
||||
void size_allocate (Rect const &);
|
||||
void _size_allocate (Rect const &);
|
||||
|
||||
CairoWidget const & get () const {
|
||||
return _widget;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue