fltkhs-0.5.0.4: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Tile

Contents

Synopsis

Constructor

Hierarchy

Functions

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

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

setPosition :: Ref Tile -> Rectangle -> IO ()

Orphan instances

(~) * impl (Rectangle -> IO ()) => Op (SetPosition ()) Tile orig impl Source # 

Methods

runOp :: SetPosition () -> orig -> Ref Tile -> impl Source #

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

Methods

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

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

Methods

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