fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Wizard

Synopsis

    Hierarchy

    Widget Functions

    draw :: Ref Wizard -> IO ()
    
    handle :: Ref Wizard -> Event -> IO (Either UnknownEvent ())
    
    hide :: Ref Wizard -> IO ()
    
    resize :: Ref Wizard -> Rectangle -> IO ()
    
    showWidget :: Ref Wizard -> IO ()
    

    Orphan instances

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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