wx-0.13.2.1: wxHaskell

Portabilityportable
Stabilityprovisional
Maintainerwxhaskell-devel@lists.sourceforge.net

Graphics.UI.WX.Variable

Description

Mutable variables.

Synopsis

Documentation

variable :: [Prop (Var a)] -> IO (Var a)

Create a mutable variable. Change the value using the |value| attribute.