|
| | __init__ (self, parent, row, column, rowspan=1, columnspan=1, height=15, width=100) |
| |
| | append_output (self, text, color="white") |
| |
Definition at line 84 of file GWeasy.py.
◆ __init__()
| GWeasy.TerminalFrame.__init__ |
( |
| self, |
|
|
| parent, |
|
|
| row, |
|
|
| column, |
|
|
| rowspan = 1, |
|
|
| columnspan = 1, |
|
|
| height = 15, |
|
|
| width = 100 ) |
◆ append_output()
| GWeasy.TerminalFrame.append_output |
( |
| self, |
|
|
| text, |
|
|
| color = "white" ) |
Append text to the terminal and auto-scroll.
Definition at line 98 of file GWeasy.py.
◆ output_text
| GWeasy.TerminalFrame.output_text |
Initial value:= scrolledtext.ScrolledText(self, wrap=tk.WORD,
bg="black", fg="white",
font=("Courier", 10),
height=height, width=width)
Definition at line 89 of file GWeasy.py.
The documentation for this class was generated from the following file: