Safe Haskell | None |
---|---|
Language | Haskell2010 |
Constructor
Hierarchy
Functions
destroy ::Ref
Progress
->IO
() draw ::Ref
Progress
->IO
() drawSuper ::Ref
Progress
->IO
() getMaximum ::Ref
Progress
->IO
(Float
) getMinimum ::Ref
Progress
->IO
(Float
) getValue ::Ref
Progress
->IO
(Float
) handle ::Ref
Progress
->Event
->IO
(Either
UnknownEvent
()) handleSuper ::Ref
Progress
->Event
->IO
(Either
UnknownEvent
()) hide ::Ref
Progress
->IO
() hideSuper ::Ref
Progress
->IO
() resize ::Ref
Progress
->Rectangle
->IO
() resizeSuper ::Ref
Progress
->Rectangle
->IO
() setMaximum ::Ref
Progress
->Float
->IO
() setMinimum ::Ref
Progress
->Float
->IO
() setValue ::Ref
Progress
->Float
->IO
() showWidget ::Ref
Progress
->IO
() showWidgetSuper ::Ref
Progress
->IO
()
Orphan instances
(~) * impl (IO ()) => Op (Draw ()) Progress orig impl Source # | |
(~) * impl (Float -> IO ()) => Op (SetMaximum ()) Progress orig impl Source # | |
(~) * impl (IO Float) => Op (GetMaximum ()) Progress orig impl Source # | |
(~) * impl (Float -> IO ()) => Op (SetMinimum ()) Progress orig impl Source # | |
(~) * impl (IO Float) => Op (GetMinimum ()) Progress orig impl Source # | |
(~) * impl (Float -> IO ()) => Op (SetValue ()) Progress orig impl Source # | |
(~) * impl (IO Float) => Op (GetValue ()) Progress orig impl Source # | |
(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) Progress orig impl Source # | |
(~) * impl (IO ()) => Op (DrawSuper ()) Progress orig impl Source # | |
(~) * impl (Rectangle -> IO ()) => Op (Resize ()) Progress orig impl Source # | |
(~) * impl (Rectangle -> IO ()) => Op (ResizeSuper ()) Progress orig impl Source # | |
(~) * impl (IO ()) => Op (Hide ()) Progress orig impl Source # | |
(~) * impl (IO ()) => Op (HideSuper ()) Progress orig impl Source # | |
(~) * impl (IO ()) => Op (ShowWidget ()) Progress orig impl Source # | |
(~) * impl (IO ()) => Op (ShowWidgetSuper ()) Progress orig impl Source # | |
(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Progress orig impl Source # | |
(~) * impl (IO ()) => Op (Destroy ()) Progress orig impl Source # | |