mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
18 lines
318 B
Plaintext
18 lines
318 B
Plaintext
digraph G {
|
|
|
|
rankdir = RL
|
|
fontname = "Courier New"
|
|
fontsize = 12
|
|
|
|
node [
|
|
fontname = "Courier New"
|
|
fontsize = 12
|
|
shape = "record"
|
|
width = 0.4
|
|
]
|
|
|
|
|
|
self_layout -> widget_t[arrowhead = "ediamond"]
|
|
children_layout -> widget_t[arrowhead = "ediamond"]
|
|
}
|