ContentsIndex
Graphics.UI.Port.Process
Portability portable
Stability provisional
Maintainer ka2_mail@yahoo.com
Description
Synopsis
start :: String -> String -> DocumentInterface -> IO a -> IO a
quit :: IO Bool
halt :: IO ()
Documentation
start
:: StringApplication name
-> StringApplication version
-> DocumentInterfaceDocument interface type for application
-> IO aStartup action
-> IO a
Start the event loop. Runs until quit is called.
quit :: IO Bool
quit exits the main event loop, closes any windows and menus, destroys all timers and unregisters any event handlers. This function is automatically called when all windows are closed.
halt :: IO ()
quit exits the main event loop, closes any windows and menus, destroys all timers and unregisters any event handlers. This function is automatically called when all windows are closed.
Produced by Haddock version 0.6