Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3804 → Rev 3805

/trunk/tools/xtui.py
141,9 → 141,14
width = width_fix(screen, width + width_extra)
height = height_fix(screen, height)
if (height > 3):
large = True
else:
large = False
buttonbar = snack.ButtonBar(screen, ('Done', 'Cancel'))
textbox = snack.TextboxReflowed(width, text)
listbox = snack.Listbox(height, scroll = True, returnExit = 1)
listbox = snack.Listbox(height, scroll = large, returnExit = 1)
cnt = 0
for option in options: