wxcore-0.12.1.4: wxHaskell core

Portabilityportable
Stabilityprovisional
Maintainerwxhaskell-devel@lists.sourceforge.net

Graphics.UI.WXCore.Defines

Contents

Description

Exports standard defines of wxWindows.

Synopsis

GUI toolkit

data WxToolkit Source

wxWindows library kinds.

Constructors

WxGTK

GTK

WxMac

MacOS

WxMSW

Any windows

WxMotif 
WxMGL

SciTech soft MGL

WxUniversal 
WxOSTwo

OS/2

WxXEleven

X11

WxUnknown 

wxToolkit :: WxToolkitSource

Get the current wxWindows library kind.

wxVersion :: IntSource

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 FilePathSource

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 :: StringSource

deprecated: Use System.FilePath module and/or its module's pathSeparator instead.

pathSep :: StringSource

deprecated: Use System.FilePath module's searchPathSeparator instead.