wxcore-0.92.2.0: wxHaskell core

Copyright(c) Daan Leijen 2003
LicensewxWindows
Maintainerwxhaskell-devel@lists.sourceforge.net
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Graphics.UI.WXCore.Defines

Contents

Description

Exports standard defines of wxWidgets.

Synopsis

GUI toolkit

data WxToolkit Source

wxWidgets library kinds.

Constructors

WxGTK

GTK

WxMac

MacOS

WxMSW

Any windows

WxMotif 
WxMGL

SciTech soft MGL

WxUniversal 
WxOSTwo

OS/2

WxXEleven

X11

WxUnknown 

wxToolkit :: WxToolkit Source

Get the current wxWidgets library kind.

wxVersion :: Int Source

Return the version of the wxWidgets 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 Source

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 Source

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

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

pathSep :: String Source

Deprecated: Use System.FilePath module's searchPathSeparator instead

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