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

Index of TextField functionality


type TextField = Gauge String
	
textField :: String
                 -> Component (TextField, DisplayHandle)
mkTextField :: (String->Picture)
            -> String 
            -> Component (TextField, DisplayHandle)
getString        :: TextField -> IO String
waitString       :: TextField -> IO String
waitChangeString :: TextField -> IO String
clearTextField   :: TextField -> IO ()
setString        :: TextField -> String -> IO ()

disableField     :: TextField -> IO ()
enableField      :: TextField -> IO ()


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