fltkhs-0.4.0.9: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Counter

Contents

Synopsis

Constructor

Hierarchy

Functions

destroy :: Ref Counter -> IO ()

getTextcolor :: Ref Counter -> IO Color

getTextfont :: Ref Counter -> IO Font

getTextsize :: Ref Counter -> IO FontSize

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

setLstep :: Ref Counter -> Double -> IO ()

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

setTextfont :: Ref Counter -> Font -> IO ()

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

Orphan instances

(~) * impl (Double -> IO ()) => Op (SetLstep ()) Counter orig impl Source # 

Methods

runOp :: SetLstep () -> orig -> Ref Counter -> impl Source #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

(~) * impl (CounterType -> IO ()) => Op (SetType ()) Counter orig impl Source # 

Methods

runOp :: SetType () -> orig -> Ref Counter -> impl Source #

(~) * impl (IO CounterType) => Op (GetType_ ()) Counter orig impl Source # 

Methods

runOp :: GetType_ () -> orig -> Ref Counter -> impl Source #

(~) * impl (Event -> IO Int) => Op (Handle ()) Counter orig impl Source # 

Methods

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

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

Methods

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