Help for this page

Select Code to Download


  1. or download this
     $nb->SetBackgroundColour(Wx::Colour->new(0, 0, 0));  # black, not working
  2. or download this
    $editor->StyleSetBackground( Wx::wxSTC_STYLE_LINENUMBER(), Wx::wxRED()
    + ) ;
    $editor->StyleSetBackground( Wx::wxSTC_STYLE_DEFAULT(), Wx::wxBLACK() 
    +) ;