| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.TextSelection
Synopsis
Hierarchy
Functions
end ::RefTextSelection->IO(AtIndex) getPosition ::RefTextSelection->IO(MaybeIndexRange) includes ::RefTextSelection->AtIndex->IO(Bool) selected ::RefTextSelection->IO(Bool) set ::RefTextSelection->IndexRange->IO() setSelected ::RefTextSelection->Bool->IO() start ::RefTextSelection->IOAtIndexupdate ::RefTextSelection->AtIndex->Int->Int->IO()
Orphan instances
| impl ~ (AtIndex -> IO Bool) => Op (Includes ()) TextSelection orig impl Source # | |
| impl ~ (Bool -> IO ()) => Op (SetSelected ()) TextSelection orig impl Source # | |
Methods runOp :: SetSelected () -> orig -> Ref TextSelection -> impl Source # | |
| impl ~ IO AtIndex => Op (Start ()) TextSelection orig impl Source # | |
| impl ~ (AtIndex -> Int -> Int -> IO ()) => Op (Update ()) TextSelection orig impl Source # | |
| impl ~ IO Bool => Op (Selected ()) TextSelection orig impl Source # | |
| impl ~ IO (Maybe IndexRange) => Op (GetPosition ()) TextSelection orig impl Source # | |
Methods runOp :: GetPosition () -> orig -> Ref TextSelection -> impl Source # | |
| impl ~ (IndexRange -> IO ()) => Op (Set ()) TextSelection orig impl Source # | |
| impl ~ IO AtIndex => Op (End ()) TextSelection orig impl Source # | |