fltkhs-0.8.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Base.OverlayWindow

Contents

Synopsis

Documentation

Hierarchy

Functions

canDoOverlay :: Ref OverlayWindowBase -> IO (Bool)

destroy :: Ref OverlayWindowBase -> IO ()

flush :: Ref OverlayWindowBase -> IO ()

hide :: Ref OverlayWindowBase -> IO ()

redrawOverlay :: Ref OverlayWindowBase -> IO ()

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

showWidget :: Ref OverlayWindowBase -> IO ()

Orphan instances

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

Methods

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

impl ~ IO () => Op (RedrawOverlay ()) OverlayWindowBase orig impl Source # 
Instance details

Methods

runOp :: RedrawOverlay () -> orig -> Ref OverlayWindowBase -> impl Source #

impl ~ IO Bool => Op (CanDoOverlay ()) OverlayWindowBase orig impl Source # 
Instance details

Methods

runOp :: CanDoOverlay () -> orig -> Ref OverlayWindowBase -> impl Source #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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