mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 20:18:22 +08:00
19 lines
445 B
Plaintext
19 lines
445 B
Plaintext
digraph G {
|
|
|
|
rankdir = BT
|
|
fontname = "Courier New"
|
|
fontsize = 12
|
|
|
|
node [
|
|
fontname = "Courier New"
|
|
fontsize = 12
|
|
shape = "record"
|
|
width = 0.4
|
|
]
|
|
|
|
|
|
children_layouter_default -> children_layouter[style=dashed arrowhead=empty]
|
|
children_layouter_flex -> children_layouter[style=dashed arrowhead=empty]
|
|
children_layouter_xxx -> children_layouter[style=dashed arrowhead=empty]
|
|
}
|