mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
12 lines
No EOL
327 B
XML
12 lines
No EOL
327 B
XML
<window:main>
|
|
<col width="100%" height="100%">
|
|
</col>
|
|
</window:main>
|
|
|
|
|
|
Start with the given root component
|
|
For each child_component:
|
|
Get the component of the associated child_component tag
|
|
Create a DomNode for this component
|
|
Give this DomNode its width and height and other layout attributes
|
|
Recursively load its children |