wx-0.92.3.0: wxHaskell

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

Graphics.UI.WX.Variable

Contents

Description

Mutable variables.

Synopsis

Documentation

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

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

Orphan instances

Valued TVar Source # 

Methods

value :: Attr (TVar a) a Source #