create-text-console-comp ["name"] ["bg_color"] ["fg_color"] [height] ["title"] [width] ["win32_font"] [window] ["x11_font"]
This command creates a non-instantiated component of the class text_console_comp.
The class description for the text_console_comp class: The "text_console_comp" component represents a serial text console.
- name is Optional
- If not specified, the component will get a class-specific default name.
- bg_color is Optional
- The background color.
- fg_color is Optional
- The foreground color.
- height is Optional
- The height of the console window.
- title is Optional
- The Window title.
- width is Optional
- The width of the console window.
- win32_font is Optional
- Font to use in the console on Windows host.
- window is Optional
- Try to open window if TRUE (default). FALSE disables the window.
- x11_font is Optional
- Font to use in the console when using X11 (Linux/Solaris host).
std-comp