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

Contents

Description

The WX module just re-exports functionality from helper modules and defines the start function.

The WX library provides a haskellized interface to the raw wxWidgets functionality provided by the Graphics.UI.WXCore library.

Synopsis

Functions

start :: IO a -> IO () Source #

start runs the GUI.

Modules