|
| Graphics.UI.GIO.Process | | Portability | portable | | Stability | provisional | | Maintainer | ka2_mail@yahoo.com |
|
|
|
|
|
| Description |
| The process object is an abstraction which provides access to
attributes which are global for entire application.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data Process |
|
|
| pc :: Process |
|
| start |
| :: String | Application name | | -> String | Application version | | -> DocumentInterface | Document interface type for application | | -> [Prop Process] | Properties | | -> IO a | Startup action | | -> IO () | | | Start the event loop. |
|
|
| quit :: IO Bool |
| Force the event loop to terminate. |
|
| halt :: IO () |
| Force the event loop to terminate. |
|
| configKey :: ConfigKey a => String -> Attr Process a |
|
| configKeyDef :: ConfigKey a => String -> a -> Attr Process a |
|
| Produced by Haddock version 0.6 |