Help for this page
<child> <widget class="GtkTextView" id="text1"> ... <property name="cursor_visible">True</property> </widget> </child>
$parent->TextView( Name => "text1", ... -wrap_mode => "word", -cursor_visible => 1, );