gtk-jsinput-0.0.0: gtk-jsinput.cabal
Name: gtk-jsinput
Version: 0.0.0
Synopsis: A simple custom form widget for gtk which allows inputing of JSON values
Description:
Generates a simple form which allows users to input JSON values of type Bool, Rational and String.
Saving of the form data is performed on "focus change".
This means that you provide jsInputNew with a special callback
and that callback gets run every time the user changes a value in the form.
You can then save the contents of the form,
or sync them to your application's own internal state.
Category:Graphics
License: GPL-3
License-file:COPYING
Author: Timothy Hobbs
Maintainer: Timothy Hobbs <timothyhobbs@seznam.cz>
build-type:Simple
homepage: http://github.com/timthelion/gtk-jsinput
cabal-version: >= 1.6
library
exposed-modules: Graphics.UI.Gtk.Custom.JSInput
build-depends:
gtk >= 0.12.0
,base == 4.*
,transformers >= 0.3
,json >= 0.7
ghc-options: -Wall
if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs
source-repository head
type: git
location: git://github.com/timthelion/gtk-jsinput.git