From: Mark D. <mar...@zn...> - 2006-11-19 22:51:42
|
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); There are Win32 PPMs including these at http://www.gigi.co.uk/downloads/Wx-Bundle-2.7.2.zip Regards Mark |