Copyright | (c) Daan Leijen 2003 |
---|---|
License | wxWindows |
Maintainer | wxhaskell-devel@lists.sourceforge.net |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Exports standard defines of wxWidgets.
GUI toolkit
wxWidgets library kinds.
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.
Deprecated: Use System.FilePath module and/or its module's pathSeparator instead
deprecated: Use System.FilePath module and/or its module's pathSeparator
instead.
Deprecated: Use System.FilePath module's searchPathSeparator instead
deprecated: Use System.FilePath module's searchPathSeparator
instead.