fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.GlWindow

Synopsis

Documentation

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

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

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

handle' :: Ptr () -> Event -> IO Int Source #

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

destroy :: Ref GlWindow -> IO ()

flush :: Ref GlWindow -> IO ()

handle :: Ref GlWindow -> Event -> 'IO(Either' UnknownEvent ())

hide :: Ref GlWindow -> IO ()

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

showWidget :: Ref GlWindow -> IO ()

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

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

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

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

Orphan instances

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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