From: Abraham E. <abe...@gm...> - 2004-08-04 14:28:14
|
I'm looking to create an application for which a large chunk of the UI is a grid control. The wxWidgets documentation for wxGrid says that for data that's more complex than strings (which this is) to derive a custom grid table class and pass it to wxGrid::SetTable. Is this possible in wxHaskell? Abe |