HelpWizard Pages ReferenceManual9 C/en
Version vom 9. März 2021, 21:11 Uhr von Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Reference Manual C API (Alerts & Notifications) == link=HelpWizard Pages ReferenceManual9/en|back * '''alert'''(''format'', ...)<br>…“)
Reference Manual C API (Alerts & Notifications)[Bearbeiten]
- alert(format, ...)
opens an alert dialog above the expecco window. The arguments are printf style.
- show(Transcript, message)
sends a message to the expecco console (Transcript).
- showCR(Transcript, message)
sends a message followed by a newline to the expecco console (Transcript).
- show(Stderr, message)
sends a message to expecco's stderr.
- showCR(Stderr, message)
sends a message followed by a newline to expecco's stderr.