fltkhs-0.5.2.9: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.RoundButton

Contents

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 RoundButton -> IO ()

draw :: Ref RoundButton -> IO ()

drawSuper :: Ref RoundButton -> IO ()

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

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

hide :: Ref RoundButton -> IO ()

hideSuper :: Ref RoundButton -> IO ()

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

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

showWidget :: Ref RoundButton -> IO ()

showWidgetSuper :: Ref RoundButton -> IO ()

Orphan instances

(~) * impl (IO ()) => Op (Draw ()) RoundButton orig impl Source # 

Methods

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

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

Methods

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

(~) * impl (IO ()) => Op (DrawSuper ()) RoundButton orig impl Source # 

Methods

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

(~) * impl (Rectangle -> IO ()) => Op (Resize ()) RoundButton orig impl Source # 

Methods

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

(~) * impl (Rectangle -> IO ()) => Op (ResizeSuper ()) RoundButton orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (Hide ()) RoundButton orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (HideSuper ()) RoundButton orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (ShowWidget ()) RoundButton orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (ShowWidgetSuper ()) RoundButton orig impl Source # 

Methods

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

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

Methods

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

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

Methods

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