fltkhs-0.1.0.0: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Clock

Contents

Synopsis

Documentation

newtype Hour Source

Constructors

Hour Int 

newtype Minute Source

Constructors

Minute Int 

newtype Second Source

Constructors

Second Int 

Hierarchy

Clock

@

getValue :: Ref Clock -> IO ClockByTime

getValueSinceEpoch :: Ref Clock -> IO ClockSinceEpoch

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

setValue :: Ref Clock -> ClockSetTimeType -> IO ()