Help for this page

Select Code to Download


  1. or download this
    MyListCtrl::AppendColouredItem(const wxString& Label) {
       wxListItem NewItem;
     
    ...
     
       InsertItem(NewItem);
    }
    
  2. or download this
    #! /home/xxxx/CitrusPerl/perl/bin/perl
    # Change header 2.pl: following James: http://www.perlmonks.org/?node_
    +id=1025552
    
    ...
    $app->MainLoop;
    
    1;