mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 02:26:39 +01:00
6 lines
249 B
Text
6 lines
249 B
Text
@category: Modules
|
|
|
|
Modules are Classes to build other widgets from. They normally can't
|
|
exist on their own and require a parent item which makes use of them.
|
|
For example: Graph is mainly a SVG path which needs a parent item containing
|
|
a SVG image.
|