Help for this page

Select Code to Download


  1. or download this
        # Right mouse click on VTE
        $$self{_GUI}{_VTE}->signal_connect(
    ...
                    #my @list = $$self{_GUI}{_VTE}->get_text();
                    #print "($row,$col):@list\n";
                }
    
  2. or download this
    my @list = $$self{_GUI}{_VTE}->get_text();
    
    my @list = $$self{_GUI}{_VTE}->get_text($func = udef,$data = undef);