fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Base.DoubleWindow

Synopsis

Documentation

doubleWindowCustom Source #

Arguments

:: Size

Size of this window

-> Maybe Position

Optional position of this window

-> Maybe Text

Optional label

-> Maybe (Ref DoubleWindow -> IO ())

Optional table drawing routine

-> CustomWidgetFuncs DoubleWindow

Custom widget overrides

-> CustomWindowFuncs DoubleWindow

Custom window overrides

-> IO (Ref DoubleWindow) 

Hierarchy

DoubleWindow functions

destroy :: Ref DoubleWindowBase -> IO ()

flush :: Ref DoubleWindowBase -> IO ()

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

hide :: Ref DoubleWindowBase -> IO ()

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

showWidget :: Ref DoubleWindowBase -> IO ()

Orphan instances

impl ~ IO () => Op (Flush ()) DoubleWindowBase orig impl Source # 
Instance details

Methods

runOp :: Flush () -> orig -> Ref DoubleWindowBase -> impl Source #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

impl ~ IO () => Op (Destroy ()) DoubleWindowBase orig impl Source # 
Instance details

Methods

runOp :: Destroy () -> orig -> Ref DoubleWindowBase -> impl Source #