fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Base.CheckButton

Synopsis

Documentation

checkButtonCustom Source #

Arguments

:: Rectangle

The bounds of this CheckButton

-> Maybe Text

The CheckButton label

-> Maybe (Ref CheckButton -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs CheckButton)

Optional custom widget functions

-> IO (Ref CheckButton) 

Hierarchy

destroy :: Ref CheckButtonBase -> IO ()

draw :: Ref CheckButtonBase -> IO ()

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

hide :: Ref CheckButtonBase -> IO ()

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

showWidget :: Ref CheckButtonBase -> IO ()

Orphan instances

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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