ContentsIndex
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
data Process
pc :: Process
start :: String -> String -> DocumentInterface -> [Prop Process] -> IO a -> IO ()
quit :: IO Bool
halt :: IO ()
configKey :: ConfigKey a => String -> Attr Process a
configKeyDef :: ConfigKey a => String -> a -> Attr Process a
Documentation
data Process
Instances
Dismissible Process
Deadly Process
pc :: Process
start
:: StringApplication name
-> StringApplication version
-> DocumentInterfaceDocument interface type for application
-> [Prop Process]Properties
-> IO aStartup 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