fltkhs-0.4.0.9: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.ImageSurface

Contents

Synopsis

Documentation

Hierarchy

Functions

className :: Ref ImageSurface -> IO (String)

destroy :: Ref ImageSurface -> IO ()

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

setCurrent :: Ref ImageSurface -> IO ()

Orphan instances

(~) * impl (IO ()) => Op (SetCurrent ()) ImageSurface orig impl Source # 

Methods

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

(~) * impl (IO String) => Op (ClassName ()) ImageSurface orig impl Source # 

Methods

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

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

Methods

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

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

Methods

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