fltkhs-themes-0.1.0.2: A set of themed widgets that provides drop in replacements to the ones in FLTKHS.

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.Theme.Light.Counter

Contents

Synopsis

Documentation

counterNew :: (?assets :: Assets) => Rectangle -> Maybe Text -> IO (Ref Counter) Source #

Counter drawing and handling helpers

drawCounter :: (?assets :: Assets) => IORef (Either () (Maybe CounterButton)) -> Ref Counter -> IO () Source #

handleCounter :: IORef (Either () (Maybe CounterButton)) -> Ref Counter -> Event -> IO (Either UnknownEvent ()) Source #