Go to the first, previous, next, last section, table of contents.

Index of Message functionality


message :: String -> Component (Message, DisplayHandle)

mkMessage :: String 
          -> Int
	  -> Int
	  -> Justification
	  -> CompassDirection
	  -> Component (Message, DisplayHandle)

getMessage     :: Message -> IO String
getMessageSize :: Message -> IO Size
setMessage     :: Message -> String -> IO ()
resizeMessage  :: Message -> Size -> IO ()


Go to the first, previous, next, last section, table of contents.