fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Base.Wizard

Synopsis

Documentation

wizardCustom Source #

Arguments

:: Rectangle

The bounds of this Wizard

-> Maybe Text

The Wizard label

-> Maybe (Ref Wizard -> IO ())

Optional custom drawing function

-> Maybe (CustomWidgetFuncs Wizard)

Optional custom widget functions

-> IO (Ref Wizard) 

Hierarchy

Functions

destroy :: Ref WizardBase -> IO ()

draw :: Ref WizardBase -> IO ()

getValue :: Ref WizardBase -> IO (Maybe (Ref WidgetBase))

handle :: Ref WizardBase -> Event -> IO (Either UnknownEvent ())

hide :: Ref WizardBase -> IO ()

next :: Ref WizardBase -> IO ()

prev :: Ref WizardBase -> IO ()

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

setValue:: (Parent a WidgetBase) => Ref WizardBase -> Maybe ( Ref a ) -> IO ()

showWidget :: Ref WizardBase -> IO ()

Orphan instances

impl ~ IO () => Op (Prev ()) WizardBase orig impl Source # 
Instance details

Methods

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

impl ~ IO () => Op (Draw ()) WizardBase orig impl Source # 
Instance details

Methods

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

impl ~ IO () => Op (Next ()) WizardBase orig impl Source # 
Instance details

Methods

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

(Parent a WidgetBase, impl ~ (Maybe (Ref a) -> IO ())) => Op (SetValue ()) WizardBase orig impl Source # 
Instance details

Methods

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

impl ~ IO (Maybe (Ref WidgetBase)) => Op (GetValue ()) WizardBase orig impl Source # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

impl ~ (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) WizardBase orig impl Source # 
Instance details

Methods

runOp :: Handle () -> orig -> Ref WizardBase -> impl Source #

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

Methods

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