fltkhs-0.5.0.4: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Wizard

Contents

Synopsis

Documentation

Hierarchy

Functions

destroy :: Ref Wizard -> IO ()

getValue :: Ref Wizard -> IO (Maybe (Ref Widget))

next :: Ref Wizard -> IO ()

prev :: Ref Wizard -> IO ()

setValue:: (Parent a Widget) => Ref Wizard -> Maybe ( Ref a ) -> IO ()

Orphan instances

(~) * impl (IO ()) => Op (Prev ()) Wizard orig impl Source # 

Methods

runOp :: Prev () -> orig -> Ref Wizard -> impl Source #

(~) * impl (IO ()) => Op (Next ()) Wizard orig impl Source # 

Methods

runOp :: Next () -> orig -> Ref Wizard -> impl Source #

(Parent a Widget, (~) * impl (Maybe (Ref a) -> IO ())) => Op (SetValue ()) Wizard orig impl Source # 

Methods

runOp :: SetValue () -> orig -> Ref Wizard -> impl Source #

(~) * impl (IO (Maybe (Ref Widget))) => Op (GetValue ()) Wizard orig impl Source # 

Methods

runOp :: GetValue () -> orig -> Ref Wizard -> impl Source #

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

Methods

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