fltkhs-0.6.0.0: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.ReturnButton

Contents

Synopsis

Documentation

returnButtonCustom Source #

Arguments

:: Rectangle

The bounds of this ReturnButton

-> Maybe Text

The ReturnButton label

-> Maybe (Ref ReturnButton -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs ReturnButton)

Optional custom widget functions

-> IO (Ref ReturnButton) 

Hierarchy

Functions

destroy :: Ref ReturnButton -> IO ()

draw :: Ref ReturnButton -> IO ()

drawSuper :: Ref ReturnButton -> IO ()

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

handleSuper :: Ref ReturnButton -> Event -> IO (Either UnknownEvent ())

hide :: Ref ReturnButton -> IO ()

hideSuper :: Ref ReturnButton -> IO ()

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

resizeSuper :: Ref ReturnButton -> Rectangle -> IO ()

showWidget :: Ref ReturnButton -> IO ()

showWidgetSuper :: Ref ReturnButton -> IO ()

Orphan instances

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

Methods

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

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

Methods

runOp :: HandleSuper () -> orig -> Ref ReturnButton -> impl Source #

impl ~ IO () => Op (DrawSuper ()) ReturnButton orig impl Source # 
Instance details

Methods

runOp :: DrawSuper () -> orig -> Ref ReturnButton -> impl Source #

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

Methods

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

impl ~ (Rectangle -> IO ()) => Op (ResizeSuper ()) ReturnButton orig impl Source # 
Instance details

Methods

runOp :: ResizeSuper () -> orig -> Ref ReturnButton -> impl Source #

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

Methods

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

impl ~ IO () => Op (HideSuper ()) ReturnButton orig impl Source # 
Instance details

Methods

runOp :: HideSuper () -> orig -> Ref ReturnButton -> impl Source #

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

Methods

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

impl ~ IO () => Op (ShowWidgetSuper ()) ReturnButton orig impl Source # 
Instance details

Methods

runOp :: ShowWidgetSuper () -> orig -> Ref ReturnButton -> impl Source #

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

Methods

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

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

Methods

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