fltkhs-0.4.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.TextSelection

Contents

Synopsis

Hierarchy

Functions

end :: Ref TextSelection -> IO BufferOffset

getPosition :: Ref TextSelection -> IO (Maybe BufferRange)

includes :: Ref TextSelection -> BufferOffset -> IO Bool

selected :: Ref TextSelection -> IO Bool

set :: Ref TextSelection -> BufferRange -> IO ()

setSelected :: Ref TextSelection -> Bool -> IO ()

start :: Ref TextSelection -> IO BufferOffset

update :: Ref TextSelection -> BufferOffset -> Int -> Int -> IO ()