Public Member Functions | |
| def | __init__ |
| def | check_scroll |
| def | insert |
| def | append |
| def | fileno |
| def | close |
| def | flush |
| def | isatty |
| def | __next__ |
| def | read |
| def | readline |
| def | readlines |
| def | readline |
| def | seek |
| def | tell |
| def | truncate |
| def | write |
| def | writelines |
Public Attributes | |
| parent | |
| text | |
| vbar | |
| vbar_visible | |
| hbar | |
| hbar_visible | |
Definition at line 26 of file textwindow.py.
| def python.textwindow.TextWindow.__init__ | ( | self, | |
parent = None, |
|||
rows = 24, |
|||
columns = 80 |
|||
| ) |
Definition at line 30 of file textwindow.py.
| def python.textwindow.TextWindow.__next__ | ( | self | ) |
Definition at line 128 of file textwindow.py.
| def python.textwindow.TextWindow.append | ( | self, | |
| text | |||
| ) |
Definition at line 101 of file textwindow.py.
| def python.textwindow.TextWindow.check_scroll | ( | self, | |
event = None |
|||
| ) |
Definition at line 71 of file textwindow.py.
| def python.textwindow.TextWindow.close | ( | self | ) |
Definition at line 116 of file textwindow.py.
| def python.textwindow.TextWindow.fileno | ( | self | ) |
Definition at line 111 of file textwindow.py.
| def python.textwindow.TextWindow.flush | ( | self | ) |
Definition at line 118 of file textwindow.py.
| def python.textwindow.TextWindow.insert | ( | self, | |
| pos, | |||
| text | |||
| ) |
Definition at line 95 of file textwindow.py.
| def python.textwindow.TextWindow.isatty | ( | self | ) |
Definition at line 123 of file textwindow.py.
| def python.textwindow.TextWindow.read | ( | self, | |
size = 0 |
|||
| ) |
Definition at line 130 of file textwindow.py.
| def python.textwindow.TextWindow.readline | ( | self, | |
size = 0 |
|||
| ) |
Definition at line 132 of file textwindow.py.
| def python.textwindow.TextWindow.readline | ( | self, | |
size = 0 |
|||
| ) |
Definition at line 136 of file textwindow.py.
| def python.textwindow.TextWindow.readlines | ( | self, | |
size = 0 |
|||
| ) |
Definition at line 134 of file textwindow.py.
| def python.textwindow.TextWindow.seek | ( | self, | |
| offset, | |||
pos = 0 |
|||
| ) |
Definition at line 138 of file textwindow.py.
| def python.textwindow.TextWindow.tell | ( | self | ) |
Definition at line 143 of file textwindow.py.
| def python.textwindow.TextWindow.truncate | ( | self, | |
size = 0 |
|||
| ) |
Definition at line 148 of file textwindow.py.
| def python.textwindow.TextWindow.write | ( | self, | |
| text | |||
| ) |
Definition at line 155 of file textwindow.py.
| def python.textwindow.TextWindow.writelines | ( | self, | |
| lines | |||
| ) |
Definition at line 158 of file textwindow.py.
| python.textwindow.TextWindow.hbar |
Definition at line 58 of file textwindow.py.
| python.textwindow.TextWindow.hbar_visible |
Definition at line 60 of file textwindow.py.
| python.textwindow.TextWindow.parent |
Definition at line 35 of file textwindow.py.
| python.textwindow.TextWindow.text |
Definition at line 49 of file textwindow.py.
| python.textwindow.TextWindow.vbar |
Definition at line 54 of file textwindow.py.
| python.textwindow.TextWindow.vbar_visible |
Definition at line 56 of file textwindow.py.
1.8.5