Help for this page

Select Code to Download


  1. or download this
    $ perl -MWx -le " print for grep/font/i, keys %Wx::ListItem:: "
    SetFont
    GetFont
    
  2. or download this
     sub Wx::ListCtrl::GetItemFont { $_[0]->GetItem($_[1])->GetFont }
    sub Wx::ListCtrl::SetItemFont { $_[0]->GetItem($_[1])->SetFont($_[2]) 
    +}