| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Dial
Constructor
Constructors
| NormalDialType | |
| LineDialType | |
| FillDialType |
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Valuator | v Graphics.UI.FLTK.LowLevel.Dial
Dial functions
destroy ::RefDial->IO() getAngle1 ::RefDial->IOAnglegetAngle2 ::RefDial->IOAnglehandle ::RefDial-> (Event->IO(EitherUnknownEvent())) setAngle1 ::RefDial->Angle->IO() setAngle2 ::RefDial->Angle->IO() setAngles ::RefDial->Angle->Angle->IO()
Orphan instances
| (~) * impl (Angle -> Angle -> IO ()) => Op (SetAngles ()) Dial orig impl Source # | |
| (~) * impl (Angle -> IO ()) => Op (SetAngle2 ()) Dial orig impl Source # | |
| (~) * impl (IO Angle) => Op (GetAngle2 ()) Dial orig impl Source # | |
| (~) * impl (Angle -> IO ()) => Op (SetAngle1 ()) Dial orig impl Source # | |
| (~) * impl (IO Angle) => Op (GetAngle1 ()) Dial orig impl Source # | |
| (~) * impl (DialType -> IO ()) => Op (SetType ()) Dial orig impl Source # | |
| (~) * impl (IO DialType) => Op (GetType_ ()) Dial orig impl Source # | |
| (~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Dial orig impl Source # | |
| (~) * impl (IO ()) => Op (Destroy ()) Dial orig impl Source # | |