fltkhs-0.4.0.2: 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 -> Font -> IO ()

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