fltkhs-0.5.1.6: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.CopySurface

Contents

Synopsis

Documentation

Hierarchy

CopySurface

className :: Ref Image -> IO (String)

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 # 

Methods

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

(~) * impl (IO Text) => Op (ClassName ()) Image orig impl Source # 

Methods

runOp :: ClassName () -> orig -> Ref Image -> impl Source #

(Parent a Widget, (~) * impl (Ref a -> Position -> IO ())) => Op (Draw ()) CopySurface orig impl Source # 

Methods

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

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

Methods

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