fltkhs-0.5.4.4: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Wizard

Contents

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 Wizard -> IO ()

draw :: Ref Wizard -> IO ()

drawSuper :: Ref Wizard -> IO ()

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

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

handleSuper :: Ref Wizard -> Event -> IO (Either UnknownEvent ())

hide :: Ref Wizard -> IO ()

hideSuper :: Ref Wizard -> IO ()

next :: Ref Wizard -> IO ()

prev :: Ref Wizard -> IO ()

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

resizeSuper :: Ref Wizard -> Rectangle -> IO ()

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

showWidget :: Ref Wizard -> IO ()

showWidgetSuper :: Ref Wizard -> IO ()

Orphan instances

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

Methods

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

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

Methods

runOp :: Draw () -> 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 (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) Wizard orig impl Source # 

Methods

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

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

Methods

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

(~) * impl (Rectangle -> IO ()) => Op (Resize ()) Wizard orig impl Source # 

Methods

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

(~) * impl (Rectangle -> IO ()) => Op (ResizeSuper ()) Wizard orig impl Source # 

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (Handle ()) Wizard orig impl Source # 

Methods

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

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

Methods

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