fltkhs-0.1.0.0: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.ValueOutput

Contents

Synopsis

Constructor

Hierarchy

Functions

destroy :: Ref ValueOutput -> IO ()

getSoft :: Ref ValueOutput -> IO Bool

getTextcolor :: Ref ValueOutput -> IO Color

getTextfont :: Ref ValueOutput -> IO Font

getTextsize :: Ref ValueOutput -> IO FontSize

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

resize :: Ref ValueOutput -> Rectangle -> IO ()

setSoft :: Ref ValueOutput -> Bool -> IO ()

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

setTextfont :: Ref ValueOutput -> Int -> IO ()

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