in reply to Re^2: wxPerl: is wxListCtrl Get/SetItemFont implemented? and further important questions
in thread wxPerl: is wxListCtrl Get/SetItemFont implemented? and further important questions
Probably because is not implemented. Using a trick I learned here recently (Re: How to use wxHtmlEasyPrinting), does not show any font related methods:
perl -MWx=:allclasses -le " print for grep/set/i, keys %Wx::ListCtrl:: + "
Stefan.
Update: It is now fixed with the new release of Wx, see Wx 0.9918 Released, thanks to Mark Dootson.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: wxPerl: is wxListCtrl Get/SetItemFont implemented? ( Wx::ListCtrl::GetItemFont, Wx::ListCtrl::SetItemFont )
by Anonymous Monk on Mar 26, 2013 at 00:56 UTC | |
by HelenCr (Monk) on Mar 26, 2013 at 08:48 UTC | |
by Anonymous Monk on Mar 26, 2013 at 09:33 UTC | |
by HelenCr (Monk) on Mar 26, 2013 at 10:25 UTC |