The Text widget allows multiple lines of text to be displayed and
edited. It supports both multi-colored and multi-font text,
allowing them to be mixed in any way we wish. It also has a wide
set of key based text editing commands, which are compatible with
Emacs.
The text widget supports full cut-and-paste facilities, including
the use of double- and triple-click to select a word and a whole
line, respectively.
Bugs:<ul>
<li> You cannot add text to the widget before it is realized.</li>
</ul>
GTK.Text(GTK.Adjustment(),GTK.Adjustment())
function_object(call_out(GTK.Text(GTK.Adjustment(),GTK.Adjustment())->set_text, 0, "Some text")[0])
function_object(call_out(GTK.Text(GTK.Adjustment(),GTK.Adjustment())->insert, 0, "Some text", 0, GDK.Color(255,255,0), GDK.Color(0,0,0))[0])