Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dcurses_tests.py27 box = textpad.Textbox(win, insert_mode)
/external/python/cpython2/Lib/curses/
Dtextpad.py19 class Textbox: class
185 return Textbox(win).edit()
/external/python/cpython2/Doc/library/
Dcurses.rst1615 The :mod:`curses.textpad` module provides a :class:`Textbox` class that handles
1638 Textbox objects
1641 You can instantiate a :class:`Textbox` object as follows:
1644 .. class:: Textbox(win)
1652 :class:`Textbox` objects have the following methods:
/external/python/cpython2/Doc/howto/
Dcurses.rst411 keybindings. Various methods of :class:`Textbox` class support editing with
/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/cpython2/Misc/
DNEWS11015 - Patch #1048820: Add insert-mode editing to curses.textpad.Textbox
11017 Textbox.gather().
DHISTORY2278 - Bug #1048816: fix bug in Ctrl-K at start of line in curses.textpad.Textbox