fltkhs-0.5.4.4: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Output

Contents

Synopsis

Documentation

Constructor

outputCustom Source #

Arguments

:: Rectangle

The bounds of this Output

-> Maybe Text

The Output label

-> Maybe (Ref Output -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs Output)

Optional custom widget functions

-> IO (Ref Output) 

Hierarchy

Input

draw :: Ref Output -> IO ()

drawSuper :: Ref Output -> IO ()

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

handleSuper :: Ref Output -> Event -> IO (Either UnknownEvent ())

hide :: Ref Output -> IO ()

hideSuper :: Ref Output -> IO ()

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

resizeSuper :: Ref Output -> Rectangle -> IO ()

setType :: Ref Output -> FlOutputType -> IO ()

showWidget :: Ref Output -> IO ()

showWidgetSuper :: Ref Output -> IO ()

Orphan instances

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

(~) * impl (FlOutputType -> IO ()) => Op (SetType ()) Output orig impl Source # 

Methods

runOp :: SetType () -> orig -> Ref Output -> impl Source #

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

Methods

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