Re: [wxhaskell-devel] virtual methods

2015-05-14 Thread Kristof Bastiaensen
That would need the FlexibleInstances extension though. On 14-05-15 14:11, Kristof Bastiaensen wrote: Hi, Looking at the source code, it seems that virtual member functions are not supported yet by wxHaskell. I've been thinking about several solutions, and I have come up with a solution that

[wxhaskell-devel] virtual methods

2015-05-14 Thread Kristof Bastiaensen
Hi, Looking at the source code, it seems that virtual member functions are not supported yet by wxHaskell. I've been thinking about several solutions, and I have come up with a solution that seems reasonable: For example to subclass wxGridCellRenderer, define a typeclass gridCellRenderer and