Safe Haskell | None |
---|---|
Language | Haskell2010 |
Constructor
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Group | v Graphics.UI.FLTK.LowLevel.Tile
Functions
draw ::Ref
Tile
->IO
() drawSuper ::Ref
Tile
->IO
() handle ::Ref
Tile
->Event
->IO
(Either
UnknownEvent
()) handleSuper ::Ref
Tile
->Event
->IO
(Either
UnknownEvent
()) hide ::Ref
Tile
->IO
() hideSuper ::Ref
Tile
->IO
() resize ::Ref
Tile
->Rectangle
->IO
() resizeSuper ::Ref
Tile
->Rectangle
->IO
() setPosition ::Ref
Tile
->Rectangle
->IO
() showWidget ::Ref
Tile
->IO
() showWidgetSuper ::Ref
Tile
->IO
()
Orphan instances
(~) * impl (Rectangle -> IO ()) => Op (SetPosition ()) Tile orig impl Source # | |
(~) * impl (IO ()) => Op (Draw ()) Tile orig impl Source # | |
(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) Tile orig impl Source # | |
(~) * impl (IO ()) => Op (DrawSuper ()) Tile orig impl Source # | |
(~) * impl (Rectangle -> IO ()) => Op (Resize ()) Tile orig impl Source # | |
(~) * impl (Rectangle -> IO ()) => Op (ResizeSuper ()) Tile orig impl Source # | |
(~) * impl (IO ()) => Op (Hide ()) Tile orig impl Source # | |
(~) * impl (IO ()) => Op (HideSuper ()) Tile orig impl Source # | |
(~) * impl (IO ()) => Op (ShowWidget ()) Tile orig impl Source # | |
(~) * impl (IO ()) => Op (ShowWidgetSuper ()) Tile orig impl Source # | |
(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Tile orig impl Source # | |