Help for this page

Select Code to Download


  1. or download this
    my $tc = Wx::TextCtrl->new( $window1, -1, '', [450,15], [229,300], wxT
    +E_READONLY|wxTE_RICH|wxALL);
    
    ...
                $tc->SetStyle( -1, -1, $style );
                $tc->WriteText("$file | $filesize\n");
            }
    
  2. or download this
    my $static_text = Wx::StaticText->new( $window, -1, "Current File:", [
    + 5, 355 ]);
    $static_text->SetForegroundColour( Wx::Colour->new(255, 0, 0) );