ParentContentsIndex
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
:: String Application name
-> String Application version
-> DocumentInterface Document interface type for application
-> IO a Startup 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.4