HWebUI-0.1.0.0: Haskell User Interface Library

Safe HaskellNone

GUIEvent

Description

GUIEvent is an internal implementation module of HWebUI. HWebUI is providing FRP-based GUI functionality for Haskell by utilizing the Web-Browser. See module HWebUI for main documentation.

Synopsis

Documentation

data GUIEvent

The GUIEvent is a GUISignal which is send from the GUI Element and which indicates a user interaction

Constructors

OnChange

indicate a change of the value of the GUI Element

Instances