| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Base.Tile
Synopsis
- tileNew :: Rectangle -> Maybe Text -> IO (Ref Tile)
- tileCustom :: Rectangle -> Maybe Text -> Maybe (Ref Tile -> IO ()) -> Maybe (CustomWidgetFuncs Tile) -> IO (Ref Tile)
- drawTileBase :: Ref TileBase -> IO ()
- handleTileBase :: Ref TileBase -> Event -> IO (Either UnknownEvent ())
- resizeTileBase :: Ref TileBase -> Rectangle -> IO ()
- hideTileBase :: Ref TileBase -> IO ()
- showWidgetTileBase :: Ref TileBase -> IO ()
Constructor
handleTileBase :: Ref TileBase -> Event -> IO (Either UnknownEvent ()) Source #
Hierarchy
Graphics.UI.FLTK.LowLevel.Base.Widget | v Graphics.UI.FLTK.LowLevel.Base.Group | v Graphics.UI.FLTK.LowLevel.Base.Tile
Functions
draw ::RefTileBase->IO() handle ::RefTileBase->Event->IO(EitherUnknownEvent()) hide ::RefTileBase->IO() resize ::RefTileBase->Rectangle->IO() setPosition ::RefTileBase->Rectangle->IO() showWidget ::RefTileBase->IO()
Orphan instances
| impl ~ (Rectangle -> IO ()) => Op (SetPosition ()) TileBase orig impl Source # | |
| impl ~ IO () => Op (Draw ()) TileBase orig impl Source # | |
| impl ~ (Rectangle -> IO ()) => Op (Resize ()) TileBase orig impl Source # | |
| impl ~ IO () => Op (Hide ()) TileBase orig impl Source # | |
| impl ~ IO () => Op (ShowWidget ()) TileBase orig impl Source # | |
| impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) TileBase orig impl Source # | |