wxcore-0.10.1: wxHaskell is a portable and native GUI library for Haskell.ContentsIndex
Graphics.UI.WXCore.Defines
Contents
GUI toolkit
Files
Description
Synopsis
data WxToolkit
= WxGTK
| WxMac
| WxMSW
| WxMotif
| WxMGL
| WxUniversal
| WxOSTwo
| WxXEleven
| WxUnknown
wxToolkit :: WxToolkit
wxVersion :: Int
getAbsoluteFilePath :: FilePath -> IO FilePath
dirSep :: String
pathSep :: String
GUI toolkit
data WxToolkit
wxWindows library kinds.
Constructors
WxGTKGTK
WxMacMacOS
WxMSWAny windows
WxMotif
WxMGLSciTech soft MGL
WxUniversal
WxOSTwoOS/2
WxXElevenX11
WxUnknown
show/hide Instances
wxToolkit :: WxToolkit
Get the current wxWindows library kind.
wxVersion :: Int
Return the version of the wxWIndows library. It is composed of the major version times 1000, plus the minor version times 100, plus the release number. For example, version 2.1.15 would be 2115.
Files
getAbsoluteFilePath :: FilePath -> IO FilePath
Find a file relative to the application or current directory. (absolute paths are passed without modification). This allows one to access resources relative to the installation directory in a portable way.
dirSep :: String
Native directory separator (\ on windows, / on unix's)
pathSep :: String
Native path separator (; on windows, : on unix's)
Produced by Haddock version 2.1.0