wx-0.90.0.1: wxHaskell

Portabilityportable
Stabilityprovisional
Maintainerwxhaskell-devel@lists.sourceforge.net
Safe HaskellNone

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 wxWindows functionality provided by the Graphics.UI.WXCore library.

Synopsis

Functions

start :: IO a -> IO ()

start runs the GUI.

Modules