Displays a command line in the shell contents.
Syntax |
void cmdline(const string &in text, uint32 attrib = shell::text_normal) |
---|---|
text |
Text to be displayed |
attrib |
Attributes for text (optional; see table of text attributes) |
Result |
(none) |
Example of use:
bool execute(shell::object @shell, const string &in cmdline) { ... shell.content.cmdline("testo da visualizzare"); ... } |