fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.DoubleWindow

Synopsis

Documentation

hide' :: Ptr () -> IO () Source #

windowShow' :: Ptr () -> IO () Source #

resize' :: Ptr () -> Int -> Int -> Int -> Int -> IO () Source #

flush' :: Ptr () -> IO () Source #

destroy :: Ref DoubleWindow -> IO ()

flush :: Ref DoubleWindow -> IO ()

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

hide :: Ref DoubleWindow -> IO ()

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

showWidget :: Ref DoubleWindow -> IO ()

hide''_ :: Ptr () -> IO () Source #

resize''_ :: Ptr () -> CInt -> CInt -> CInt -> CInt -> IO () Source #

flush''_ :: Ptr () -> IO () Source #

Orphan instances

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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