fltkhs-0.3.0.1: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Input

Contents

Synopsis

Documentation

Constructor

Hierarchy

Input

copy :: Ref Input -> Clipboard -> IO (Either NoChange ())

copyCuts :: Ref Input -> IO (Either NoChange ())

cut :: Ref Input -> IO (Either NoChange ())

cutFromCursor :: Ref Input -> Int -> IO (Either NoChange ())

cutRange :: Ref Input -> Int -> Int -> IO (Either NoChange ())

destroy :: Ref Input -> IO ()

getCursorColor :: Ref Input -> IO (Color)

getInputType :: Ref Input -> IO (Int)

getMark :: Ref Input -> IO (Int)

getMaximumSize :: Ref Input -> IO (Int)

getPosition :: Ref Input -> IO (Int)

getReadonly :: Ref Input -> IO (Int)

getShortcut :: Ref Input -> IO (Maybe ShortcutKeySequence)

getSize :: Ref Input -> IO (Int)

getTabNav :: Ref Input -> Int -> IO ()

getTextcolor :: Ref Input -> IO (Color)

getTextfont :: Ref Input -> IO (Font)

getTextsize :: Ref Input -> IO (FontSize)

getValue :: Ref Input -> IO (String)

getWrap :: Ref Input -> IO (Int)

handle :: Ref Input -> Event -> IO Int

index :: Ref Input -> Int -> IO (Char)

insert :: Ref Input -> String -> IO (Either NoChange ())

insertWithLength :: Ref Input -> String -> Int -> IO (Either NoChange ())

replace :: Ref Input -> Int -> Int -> String -> IO (Either NoChange ())

setCursorColor :: Ref Input -> Color -> IO ()

setInputType :: Ref Input -> Int -> IO ()

setMark :: Ref Input -> Int -> IO (Either NoChange ())

setMaximumSize :: Ref Input -> Int -> IO ()

setPosition :: Ref Input -> Int -> Maybe Int -> IO (Either NoChange ())

setReadonly :: Ref Input -> Int -> IO ()

setShortcut :: Ref Input -> ShortcutKeySequence -> IO ()

setSize :: Ref Input -> Size -> IO ()

setTabNav :: Ref Input -> IO (Int)

setTextcolor :: Ref Input -> Color -> IO ()

setTextfont :: Ref Input -> Font -> IO ()

setTextsize :: Ref Input -> FontSize -> IO ()

setType :: Ref Input -> FlInputType -> IO ()

setValue :: Ref Input -> String -> Maybe Int -> IO (Int)

setWrap :: Ref Input -> Int -> IO ()

staticValue :: Ref Input -> String -> Maybe Int -> IO (Either NoChange ())

undo :: Ref Input -> IO (Either NoChange ())