Searched refs:subwin (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Tools/demo/ |
H A D | life.py | 187 subwin = stdscr.subwin(stdscr_y - 3, stdscr_x, 0, 0) 188 board = LifeBoard(subwin, char=ord('*'))
|
/third_party/python/Lib/test/ |
H A D | test_curses.py | 142 win2 = win.subwin(3, 7) 147 win2 = win.subwin(5, 10, 3, 7) 185 win = stdscr.subwin(10, 15, 2, 5) 217 win = stdscr.subwin(10, 15, 2, 5) 218 win2 = win.subwin(5, 10, 3, 7)
|
/third_party/toybox/kconfig/lxdialog/ |
H A D | checklist.c | 164 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
|
H A D | textbox.c | 97 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
|
H A D | menubox.c | 232 menu = subwin(dialog, menu_height, menu_width, in dialog_menu()
|
/third_party/python/Modules/ |
H A D | _cursesmodule.c | 1294 derwin() is the same as calling subwin(), except that begin_y and begin_x 2300 _curses.window.subwin 2334 win = subwin(self->win, nlines, ncols, begin_y, begin_x); in _curses_window_subwin_impl()
|
Completed in 10 milliseconds