hs-fltk-0.2.5: Binding to GUI library FLTK

Graphics.UI.FLTK.Input

Synopsis

Documentation

newInput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO InputSource

New text input field.

newFileInput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO InputSource

New file input field. Graphics.UI.FLTK.ASK's file_chooser is better...

newFloatInput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO InputSource

New float input field.

newIntInput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO InputSource

New int input field.

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.

newOutput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO InputSource

New simple output field.

newMultiOutput :: Int -> Int -> Int -> Int -> [Prop Input] -> IO InputSource

New multiline output field.

data Input Source

Instances

Widget_C Input 
Value_FC Input String

Value of the input widget.