Help for this page

Select Code to Download


  1. or download this
    
    wxFont*
    ...
      OUTPUT:
        RETVAL
    
  2. or download this
    wxFont*
    wxListCtrl::GetItemFont( item )
    ...
        RETVAL = new wxFont( THIS->GetItemFont( item ) );
      OUTPUT:
        RETVAL