wx-0.92.0.0: wxHaskell

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