xtc

eXtended & Typed Controls for wxHaskell.

http://github.com/alanz/xtc

Latest on Hackage:1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Martijn Schrage
Maintained by [email protected]

The XTC library provides a typed interface to several wxHaskell controls.

  • radio view (typed radio box)

  • single-selection list view (typed single-selection list box)

  • muliple-selection list view (typed multiple-selection list box)

  • choice view (typed choice box)

  • value entry (typed text entry)

XTC controls keep track of typed values and items, rather than being string based. Selections in XTC controls consist of actual values instead of indices.