Graphics.UI.FLTK.Input
- newInput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO Input
- newFileInput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO Input
- newFloatInput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO Input
- newIntInput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO Input
- newMultiInput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO Input
- newSecretInput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO Input
- newOutput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO Input
- newMultiOutput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO Input
- data Input
Documentation
newFileInput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO InputSource
New file input field. Graphics.UI.FLTK.ASK's file_chooser is better...
newMultiInput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO InputSource
New multiline input field.
newSecretInput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO InputSource
New password input field.