fltkhs-0.8.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Base.Dial

Contents

Synopsis

Constructor

dialCustom Source #

Arguments

:: Rectangle

The bounds of this Dial

-> Maybe Text

The Dial label

-> Maybe (Ref Dial -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs Dial)

Optional custom widget functions

-> IO (Ref Dial) 

Hierarchy

Dial functions

destroy :: Ref DialBase -> IO ()

draw :: Ref DialBase -> IO ()

getAngle1 :: Ref DialBase -> IO (Angle)

getAngle2 :: Ref DialBase -> IO (Angle)

getType_ :: Ref DialBase -> IO (DialType)

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

hide :: Ref DialBase -> IO ()

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

setAngle1 :: Ref DialBase -> Angle -> IO ()

setAngle2 :: Ref DialBase -> Angle -> IO ()

setAngles :: Ref DialBase -> Angle -> Angle -> IO ()

setType :: Ref DialBase -> DialType -> IO ()

showWidget :: Ref DialBase -> IO ()

Orphan instances

impl ~ (Angle -> Angle -> IO ()) => Op (SetAngles ()) DialBase orig impl Source # 
Instance details

Methods

runOp :: SetAngles () -> orig -> Ref DialBase -> impl Source #

impl ~ (Angle -> IO ()) => Op (SetAngle2 ()) DialBase orig impl Source # 
Instance details

Methods

runOp :: SetAngle2 () -> orig -> Ref DialBase -> impl Source #

impl ~ IO Angle => Op (GetAngle2 ()) DialBase orig impl Source # 
Instance details

Methods

runOp :: GetAngle2 () -> orig -> Ref DialBase -> impl Source #

impl ~ (Angle -> IO ()) => Op (SetAngle1 ()) DialBase orig impl Source # 
Instance details

Methods

runOp :: SetAngle1 () -> orig -> Ref DialBase -> impl Source #

impl ~ IO Angle => Op (GetAngle1 ()) DialBase orig impl Source # 
Instance details

Methods

runOp :: GetAngle1 () -> orig -> Ref DialBase -> impl Source #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

impl ~ (DialType -> IO ()) => Op (SetType ()) DialBase orig impl Source # 
Instance details

Methods

runOp :: SetType () -> orig -> Ref DialBase -> impl Source #

impl ~ IO DialType => Op (GetType_ ()) DialBase orig impl Source # 
Instance details

Methods

runOp :: GetType_ () -> orig -> Ref DialBase -> impl Source #

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

Methods

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

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

Methods

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