Help for this page
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"); }
my $static_text = Wx::StaticText->new( $window, -1, "Current File:", [ + 5, 355 ]); $static_text->SetForegroundColour( Wx::Colour->new(255, 0, 0) );