wx-0.92.1.0: wxHaskell

Copyright(c) Daan Leijen 2003
LicensewxWindows
Maintainerwxhaskell-devel@lists.sourceforge.net
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell98

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.