[doc] graph's grow has left and right (only)
This commit is contained in:
parent
bc7d9211ba
commit
09be09bf41
|
@ -46,6 +46,8 @@ def sections_print(sec, indent):
|
|||
print indent + opt + " = <{auto, left, right}>"
|
||||
elif opt in ["text_align"]:
|
||||
print indent + opt + " = <{left, center, right}>"
|
||||
elif opt in ["grow"]:
|
||||
print indent + opt + " = <{left, right}>"
|
||||
elif opt in ["arg"]:
|
||||
print indent + opt + " = <uicb-arg>"
|
||||
elif opt in ["command"]:
|
||||
|
|
Loading…
Reference in New Issue