[doc] graph's grow has left and right (only)

This commit is contained in:
marco candrian 2008-04-14 03:10:30 +02:00 committed by Marco Candrian
parent bc7d9211ba
commit 09be09bf41
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ def sections_print(sec, indent):
print indent + opt + " = <{auto, left, right}>" print indent + opt + " = <{auto, left, right}>"
elif opt in ["text_align"]: elif opt in ["text_align"]:
print indent + opt + " = <{left, center, right}>" print indent + opt + " = <{left, center, right}>"
elif opt in ["grow"]:
print indent + opt + " = <{left, right}>"
elif opt in ["arg"]: elif opt in ["arg"]:
print indent + opt + " = <uicb-arg>" print indent + opt + " = <uicb-arg>"
elif opt in ["command"]: elif opt in ["command"]: