Help for this page

Select Code to Download


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