From: Mattia B. <mat...@li...> - 2006-11-21 21:02:07
|
On Sun, 19 Nov 2006 22:40:16 +0000 Mark Dootson <mar...@zn...> wrote: Hi, > Attached diff wraps some undocumented grid cell renderers: > > Wx::GridCellAutoWrapStringRenderer > Wx::GridCellAutoWrapStringEditor > Wx::GridCellEnumRenderer > Wx::GridCellEnumEditor > Wx::GridCellDateTimeRenderer > > prototypes are: > > Wx::GridCellAutoWrapStringRenderer->new(); > Wx::GridCellAutoWrapStringEditor->new(); > Wx::GridCellEnumRenderer->new(choices = wxEmptyString); > Wx::GridCellEnumEditor->new(choices = wxEmptyString); > (choices = comma delimited list ?) > Wx::GridCellDateTimeRenderer::new(outformat = wxDefaultDateTimeFormat, > informat = wxDefaultDateTimeFormat); Thanks, applied! Mattia |