fltkhs-0.8.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Base.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

Orphan instances

impl ~ IO () => Op (Draw ()) OutputBase orig impl Source # 
Instance details

Methods

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

impl ~ (Rectangle -> IO ()) => Op (Resize ()) OutputBase orig impl Source # 
Instance details

Methods

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

impl ~ IO () => Op (Hide ()) OutputBase orig impl Source # 
Instance details

Methods

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

impl ~ IO () => Op (ShowWidget ()) OutputBase orig impl Source # 
Instance details

Methods

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

impl ~ (FlOutputType -> IO ()) => Op (SetType ()) OutputBase orig impl Source # 
Instance details

Methods

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

impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) OutputBase orig impl Source # 
Instance details

Methods

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