glade

Binding to the glade library.

http://projects.haskell.org/gtk2hs/

Latest on Hackage:0.13.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.

LGPL-2.1-only licensed by Manuel M T Chakravarty, Duncan Coutts
Maintained by [email protected]

This library allows to load externally stored user interfaces into programs. This allows alteration of the interface without recompilation of the program.

Note that this functionality is now provided in gtk directly (as of version 2.12 of the gtk+ C lib) by the Graphics.UI.Gtk.Builder module.