awtk/docs/dots/layout_overview

18 lines
318 B
Plaintext
Raw Permalink Normal View History

2018-12-20 11:01:37 +08:00
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"]
}