fltkhs-0.8.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.CopySurface

Contents

Synopsis

Documentation

Hierarchy

CopySurface

destroy :: Ref CopySurface -> IO ()

draw:: (Parent a Widget) => Ref CopySurface -> Ref a -> Position -> IO ()

setCurrent :: Ref CopySurface -> IO ()

Orphan instances

impl ~ IO () => Op (SetCurrent ()) CopySurface orig impl Source # 
Instance details

Methods

runOp :: SetCurrent () -> orig -> Ref CopySurface -> impl Source #

(Parent a WidgetBase, impl ~ (Ref a -> Position -> IO ())) => Op (Draw ()) CopySurface orig impl Source # 
Instance details

Methods

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

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

Methods

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