Changeset be8b5d6 in mainline
- Timestamp:
- 2009-01-21T15:37:59Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4850560
- Parents:
- 27fb3d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xtui.py
r27fb3d6 rbe8b5d6 142 142 height = height_fix(screen, height) 143 143 144 if (height > 3): 145 large = True 146 else: 147 large = False 148 144 149 buttonbar = snack.ButtonBar(screen, ('Done', 'Cancel')) 145 150 textbox = snack.TextboxReflowed(width, text) 146 listbox = snack.Listbox(height, scroll = True, returnExit = 1)151 listbox = snack.Listbox(height, scroll = large, returnExit = 1) 147 152 148 153 cnt = 0
Note:
See TracChangeset
for help on using the changeset viewer.