wx-0.12.1.5: wxHaskell

Portabilityportable
Stabilityprovisional
Maintainerwxhaskell-devel@lists.sourceforge.net

Graphics.UI.WX.Variable

Description

Mutable variables.

Synopsis

Documentation

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

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