fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Base.RepeatButton

Synopsis

Documentation

repeatButtonCustom Source #

Arguments

:: Rectangle

The bounds of this RepeatButton

-> Maybe Text

The RepeatButton label

-> Maybe (Ref RepeatButton -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs RepeatButton)

Optional custom widget functions

-> IO (Ref RepeatButton) 

Hierarchy

Functions

deactivate :: Ref RepeatButtonBase -> IO () destroy :: Ref RepeatButtonBase -> IO () draw :: Ref RepeatButtonBase -> IO () handle :: Ref RepeatButtonBase -> Event -> IO (Either UnknownEvent ()) hide :: Ref RepeatButtonBase -> IO () resize :: Ref RepeatButtonBase -> Rectangle -> IO () showWidget :: Ref RepeatButtonBase -> IO () 

Orphan instances

impl ~ IO () => Op (Draw ()) RepeatButtonBase orig impl Source # 
Instance details

Methods

runOp :: Draw () -> orig -> Ref RepeatButtonBase -> impl Source #

impl ~ (Rectangle -> IO ()) => Op (Resize ()) RepeatButtonBase orig impl Source # 
Instance details

Methods

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

impl ~ IO () => Op (Deactivate ()) RepeatButtonBase orig impl Source # 
Instance details

Methods

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

impl ~ IO () => Op (Hide ()) RepeatButtonBase orig impl Source # 
Instance details

Methods

runOp :: Hide () -> orig -> Ref RepeatButtonBase -> impl Source #

impl ~ IO () => Op (ShowWidget ()) RepeatButtonBase orig impl Source # 
Instance details

Methods

runOp :: ShowWidget () -> orig -> Ref RepeatButtonBase -> impl Source #

impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) RepeatButtonBase orig impl Source # 
Instance details

Methods

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

impl ~ IO () => Op (Destroy ()) RepeatButtonBase orig impl Source # 
Instance details

Methods

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