fltkhs-0.5.3.9: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.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 Dial -> IO ()

draw :: Ref Dial -> IO ()

drawSuper :: Ref Dial -> IO ()

getAngle1 :: Ref Dial -> IO (Angle)

getAngle2 :: Ref Dial -> IO (Angle)

getType_ :: Ref Dial -> IO (DialType)

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

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

hide :: Ref Dial -> IO ()

hideSuper :: Ref Dial -> IO ()

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

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

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

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

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

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

showWidget :: Ref Dial -> IO ()

showWidgetSuper :: Ref Dial -> IO ()

Orphan instances

(~) * impl (Angle -> Angle -> IO ()) => Op (SetAngles ()) Dial orig impl Source # 

Methods

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

(~) * impl (Angle -> IO ()) => Op (SetAngle2 ()) Dial orig impl Source # 

Methods

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

(~) * impl (IO Angle) => Op (GetAngle2 ()) Dial orig impl Source # 

Methods

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

(~) * impl (Angle -> IO ()) => Op (SetAngle1 ()) Dial orig impl Source # 

Methods

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

(~) * impl (IO Angle) => Op (GetAngle1 ()) Dial orig impl Source # 

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

(~) * impl (DialType -> IO ()) => Op (SetType ()) Dial orig impl Source # 

Methods

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

(~) * impl (IO DialType) => Op (GetType_ ()) Dial orig impl Source # 

Methods

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

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

Methods

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

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

Methods

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