Help for this page

Select Code to Download


  1. or download this
    use Tk::TextUndo;
    use Tie::Tk::Text;
    ...
     }
    #...
    }
    
  2. or download this
    $wiz->_my_text_frame(
     {
    ...
       -variable => \@editedtext
     }
    );