Home
last modified time | relevance | path

Searched refs:Textbox (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython3/Lib/test/
Dcurses_tests.py27 box = textpad.Textbox(win, insert_mode)
Dtest_curses.py441 box = curses.textpad.Textbox(stdscr, insert_mode=True)
/external/python/cpython2/Lib/test/
Dcurses_tests.py27 box = textpad.Textbox(win, insert_mode)
Dtest_curses.py367 box = curses.textpad.Textbox(stdscr, insert_mode=True)
/external/python/cpython3/Lib/curses/
Dtextpad.py19 class Textbox: class
198 return Textbox(win).edit()
/external/python/cpython2/Lib/curses/
Dtextpad.py19 class Textbox: class
198 return Textbox(win).edit()
/external/python/cpython3/Doc/howto/
Dcurses.rst496 :class:`~curses.textpad.Textbox` class support editing with input
501 from curses.textpad import Textbox, rectangle
510 box = Textbox(editwin)
/external/python/cpython2/Doc/library/
Dcurses.rst1663 The :mod:`curses.textpad` module provides a :class:`Textbox` class that handles
1686 Textbox objects
1689 You can instantiate a :class:`Textbox` object as follows:
1692 .. class:: Textbox(win)
1700 :class:`Textbox` objects have the following methods:
/external/python/cpython3/Doc/library/
Dcurses.rst1731 The :mod:`curses.textpad` module provides a :class:`Textbox` class that handles
1754 Textbox objects
1757 You can instantiate a :class:`Textbox` object as follows:
1760 .. class:: Textbox(win)
1768 :class:`Textbox` objects have the following methods:
/external/python/cpython3/Misc/NEWS.d/
D3.6.1rc1.rst528 Fixed recursion errors in large or resized curses.textpad.Textbox. Based on
D3.5.3rc1.rst449 Fixed recursion errors in large or resized curses.textpad.Textbox. Based on
D3.7.0a1.rst3722 Fixed recursion errors in large or resized curses.textpad.Textbox. Based on
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py551 self._command_textbox = textpad.Textbox(
/external/python/cpython2/Doc/howto/
Dcurses.rst411 keybindings. Various methods of :class:`Textbox` class support editing with
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst1165 Fixed recursion errors in large or resized curses.textpad.Textbox. Based on
D2.6a1.rst1742 Add insert-mode editing to curses.textpad.Textbox (patch by Stefan Wehr).
1743 Also, fix an off-by-one bug in Textbox.gather().
/external/python/cpython2/Doc/whatsnew/
D2.6.rst1914 The :class:`Textbox` class in the :mod:`curses.textpad` module
1917 parameter when creating the :class:`Textbox` instance.
/external/python/cpython3/Doc/whatsnew/
D2.6.rst1918 The :class:`Textbox` class in the :mod:`curses.textpad` module
1921 parameter when creating the :class:`Textbox` instance.
/external/python/cpython2/Misc/
DHISTORY2278 - Bug #1048816: fix bug in Ctrl-K at start of line in curses.textpad.Textbox
/external/python/cpython3/Misc/
DHISTORY19662 - Bug #1048816: fix bug in Ctrl-K at start of line in curses.textpad.Textbox