Help for this page

Select Code to Download


  1. or download this
     sub edit_text
    {
            my ($self, $text) = @_;
    ...
            $self-> text($text);
            $self-> end_undo_group;
    }
    
  2. or download this
         $self->{password} =  $cap;
            
            $cap = $self-> {passwordChar} x length $cap if $self-> {writeO
    +nly};
            $self-> {wholeLine} = $cap;