mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
Canvas: modify Arc to work with layout
This commit is contained in:
parent
ad39faeb3e
commit
f17160ee0e
2 changed files with 22 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ public:
|
|||
void render (Rect const & area, Cairo::RefPtr<Cairo::Context>) const;
|
||||
void compute_bounding_box () const;
|
||||
|
||||
void size_allocate (Rect const & r);
|
||||
|
||||
void set_center (Duple const &);
|
||||
void set_radius (Coord);
|
||||
void set_arc (double degrees);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue