GWeasy v3.0.1
No code GW analysis interface
 
Loading...
Searching...
No Matches
GWeasy.TerminalFrame Class Reference
Inheritance diagram for GWeasy.TerminalFrame:
Collaboration diagram for GWeasy.TerminalFrame:

Public Member Functions

 __init__ (self, parent, row, column, rowspan=1, columnspan=1, height=15, width=100)
 
 append_output (self, text, color="white")
 

Public Attributes

 output_text
 

Detailed Description

Definition at line 84 of file GWeasy.py.

Constructor & Destructor Documentation

◆ __init__()

GWeasy.TerminalFrame.__init__ ( self,
parent,
row,
column,
rowspan = 1,
columnspan = 1,
height = 15,
width = 100 )

Definition at line 85 of file GWeasy.py.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ 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.

Here is the caller graph for this function:

Member Data Documentation

◆ 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: