fltkhs-0.5.0.4: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.RepeatButton

Contents

Synopsis

Documentation

Hierarchy

Functions

deactivate :: Ref RepeatButton -> IO ()

destroy :: Ref RepeatButton -> IO ()

handle :: Ref RepeatButton -> (Event -> IO (Either UnknownEvent ()))

Orphan instances

(~) * impl (IO ()) => Op (Deactivate ()) RepeatButton orig impl Source # 

Methods

runOp :: Deactivate () -> orig -> Ref RepeatButton -> impl Source #

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

Methods

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

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

Methods

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