Searched refs:Textbox (Results 1 – 20 of 20) sorted by relevance
27 box = textpad.Textbox(win, insert_mode)
441 box = curses.textpad.Textbox(stdscr, insert_mode=True)
367 box = curses.textpad.Textbox(stdscr, insert_mode=True)
19 class Textbox: class198 return Textbox(win).edit()
496 :class:`~curses.textpad.Textbox` class support editing with input501 from curses.textpad import Textbox, rectangle510 box = Textbox(editwin)
1663 The :mod:`curses.textpad` module provides a :class:`Textbox` class that handles1686 Textbox objects1689 You can instantiate a :class:`Textbox` object as follows:1692 .. class:: Textbox(win)1700 :class:`Textbox` objects have the following methods:
1731 The :mod:`curses.textpad` module provides a :class:`Textbox` class that handles1754 Textbox objects1757 You can instantiate a :class:`Textbox` object as follows:1760 .. class:: Textbox(win)1768 :class:`Textbox` objects have the following methods:
528 Fixed recursion errors in large or resized curses.textpad.Textbox. Based on
449 Fixed recursion errors in large or resized curses.textpad.Textbox. Based on
3722 Fixed recursion errors in large or resized curses.textpad.Textbox. Based on
551 self._command_textbox = textpad.Textbox(
411 keybindings. Various methods of :class:`Textbox` class support editing with
1165 Fixed recursion errors in large or resized curses.textpad.Textbox. Based on
1742 Add insert-mode editing to curses.textpad.Textbox (patch by Stefan Wehr).1743 Also, fix an off-by-one bug in Textbox.gather().
1914 The :class:`Textbox` class in the :mod:`curses.textpad` module1917 parameter when creating the :class:`Textbox` instance.
1918 The :class:`Textbox` class in the :mod:`curses.textpad` module1921 parameter when creating the :class:`Textbox` instance.
2278 - Bug #1048816: fix bug in Ctrl-K at start of line in curses.textpad.Textbox
19662 - Bug #1048816: fix bug in Ctrl-K at start of line in curses.textpad.Textbox