fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Base.RoundButton

Synopsis

Documentation

roundButtonCustom Source #

Arguments

:: Rectangle

The bounds of this RoundButton

-> Maybe Text

The RoundButton label

-> Maybe (Ref RoundButton -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs RoundButton)

Optional custom widget functions

-> IO (Ref RoundButton) 

Hierarchy

Functions

destroy :: Ref RoundButtonBase -> IO ()

draw :: Ref RoundButtonBase -> IO ()

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

hide :: Ref RoundButtonBase -> IO ()

resize :: Ref RoundButtonBase -> Rectangle -> IO ()

showWidget :: Ref RoundButtonBase -> IO ()

Orphan instances

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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