fltkhs-0.5.0.4: 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 (Either UnknownEvent ()))

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 ()

Orphan instances

(~) * impl (IO Bool) => Op (GetSoft ()) ValueOutput orig impl Source # 

Methods

runOp :: GetSoft () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (Bool -> IO ()) => Op (SetSoft ()) ValueOutput orig impl Source # 

Methods

runOp :: SetSoft () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (Color -> IO ()) => Op (SetTextcolor ()) ValueOutput orig impl Source # 

Methods

runOp :: SetTextcolor () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (IO Color) => Op (GetTextcolor ()) ValueOutput orig impl Source # 

Methods

runOp :: GetTextcolor () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (FontSize -> IO ()) => Op (SetTextsize ()) ValueOutput orig impl Source # 

Methods

runOp :: SetTextsize () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (IO FontSize) => Op (GetTextsize ()) ValueOutput orig impl Source # 

Methods

runOp :: GetTextsize () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (Font -> IO ()) => Op (SetTextfont ()) ValueOutput orig impl Source # 

Methods

runOp :: SetTextfont () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (IO Font) => Op (GetTextfont ()) ValueOutput orig impl Source # 

Methods

runOp :: GetTextfont () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (Rectangle -> IO ()) => Op (Resize ()) ValueOutput orig impl Source # 

Methods

runOp :: Resize () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) ValueOutput orig impl Source # 

Methods

runOp :: Handle () -> orig -> Ref ValueOutput -> impl Source #

(~) * impl (IO ()) => Op (Destroy ()) ValueOutput orig impl Source # 

Methods

runOp :: Destroy () -> orig -> Ref ValueOutput -> impl Source #