wxcore-0.92.3.0: wxHaskell core

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

Graphics.UI.WXCore.Defines

Contents

Description

Exports standard defines of wxWidgets.

Synopsis

GUI toolkit

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.