class flux::Console
sys::Obj fwt::Widget fwt::Pane fwt::ContentPane flux::SideBar flux::Console
Console is used to run external programs and capture output.
- append
-
Write the string to the end of the console
- clear
-
This clear()Write the string to the end of the console
- exec
-
This exec(Str[] command, File? dir := null)Execute an external process and capture its output in the console. See
Processfor a description of the command and dir parameters. - onGotoMark
- onLoad
-
virtual override Void onLoad()Use
Frame.consoleto get the console. - prefAlign
-
virtual override Obj prefAlign()Console is aligned at the bottom of the frame.