Hi,
I need to draw semitransparent figures - rectangles, circles etc. The
wxWidgets source tarball example 'drawing' shows how to do it using
wxGCDC, Graphics Context DC. There is a GraphicsContext type in
wxHaskell, but there is neither GCDC wrapper nor DC a ->
GraphicsContext conversion function (only WindowDC a ->
GraphicsContext) to write a DC wrapper, though a simple DC was used in
that example. What should I do in this situation? Maybe I don't
understand something? I hadn't worked with wxWidgets before, sorry :)
|