fltkhs-0.5.1.6: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Tile

Contents

Synopsis

Constructor

tileCustom Source #

Arguments

:: Rectangle

The bounds of this Tile

-> Maybe Text

The Tile label

-> Maybe (Ref Tile -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs Tile)

Optional custom widget functions

-> IO (Ref Tile) 

Hierarchy

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 # 

Methods

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

(~) * impl (IO ()) => Op (Draw ()) Tile orig impl Source # 

Methods

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

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

Methods

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

(~) * impl (IO ()) => Op (DrawSuper ()) Tile orig impl Source # 

Methods

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

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

Methods

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

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

Methods

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

(~) * impl (IO ()) => Op (Hide ()) Tile orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (HideSuper ()) Tile orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (ShowWidget ()) Tile orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (ShowWidgetSuper ()) Tile orig impl Source # 

Methods

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

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

Methods

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