in reply to Re: Wx::Perl: How to change/set font and size of Wx::ListCtrl column headings?
in thread Wx::Perl: How to change/set font and size of Wx::ListCtrl column headings?
no built in Virtual mode.
Sure there is
Use this function instead of CreateGrid() when your application involves complex or non-string data or data sets that are too large to fit wholly in memory.
The virtual class is wxGridTableBase
Perl example is wxperl_demo --show "Custom wxGridTable"
It shows inheriting being derived from Wx::PlGridTable and Wx::PlGridTable @ISA = qw(Wx::GridTableBase);, this is the wxperl way for virtual classes as Wx::NewClass explains
http://wiki.wxperl.nl/Wx::GridTableBase mentions this
Also some related info at Software Woes: wxGrid with virtual storage and multirow or multicolumn cells
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Wx::Perl: How to change/set font and size of Wx::ListCtrl column headings? (wxGrid::SetTable virtual wxGridTableBase)
by jmlynesjr (Deacon) on Mar 29, 2013 at 13:56 UTC | |