Tagged Questions

12
votes
4answers
2k views

What are the relative merits of wxHaskell and Gtk2HS?

Which is better for developing GUI applications with Haskell, wxWidgets (via wxHaskell) or GTK (via Gtk2HS)? What are the pros and cons of each? Does it vary depending on which platform you are ...
1
vote
2answers
67 views

With wxWidgets, is there a straightforward way to draw lines between items in two lists?

Specifically in wxHaskell, but in general, would like to be able to draw lines between items in two lists that are side by side to show that there is a relationship between the items. Something like ...