awtk/docs/dots/layout_children_layouter

24 lines
651 B
Plaintext
Raw Normal View History

2018-12-20 11:01:37 +08:00
digraph G {
rankdir = BT
fontname = "Courier New"
fontsize = 12
node [
fontname = "Courier New"
fontsize = 12
shape = "record"
width = 0.4
]
2019-07-04 11:18:43 +08:00
subgraph clusterFontManager{
children_layouter_factory -> children_layouter[constraint=false arrowhead=normal]
}
2018-12-20 11:01:37 +08:00
children_layouter_default -> children_layouter[style=dashed arrowhead=empty]
2019-07-04 11:18:43 +08:00
children_layouter_list_view -> children_layouter[style=dashed arrowhead=empty]
2018-12-20 11:01:37 +08:00
children_layouter_flex -> children_layouter[style=dashed arrowhead=empty]
children_layouter_xxx -> children_layouter[style=dashed arrowhead=empty]
}