Files
ardour/libs/canvas
Paul Davis 12b4807bc9 add a very (very) basic resize/layout design to the canvas
Items call ::queue_resize(), which sets a flag in the canvas; at next idle, we call
Canvas::layout() which walks the item tree and recursively calls layout (depth first)
on all items needing a resize.

Only Container types implement layout, and so far only Box
2021-08-13 12:51:26 -06:00
..
2021-08-13 12:51:25 -06:00
2021-08-13 12:51:26 -06:00
2021-08-13 12:51:26 -06:00
2021-08-13 12:51:25 -06:00
2020-04-10 18:32:18 +02:00
2020-07-09 02:10:28 +02:00
2021-08-13 12:51:26 -06:00
2020-12-30 03:26:00 +01:00
2021-05-05 17:57:16 +02:00
2021-08-13 12:51:26 -06:00