Skip to content
ben-sangster edited this page Nov 10, 2010 · 2 revisions

Description

A user-editable text area.

Signals

textChanged

Functions

String/void append ([String text])

  • If called with an argument, append text to the text window.

  • If not called with an argument, return the current text in the text window.

String/void text ([String text])

  • If called with an argument, set the text area to text.

  • If not called with an argument, return the text in the text window.

void clear ()

  • Clear the text window.

void undo ()

  • Undo the last change to the text window.

void redo ()

  • Redo the last undo in the text window.

API

textEdit

Clone this wiki locally