fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Scrollbar

Synopsis

    Hierarchy

    Widget Functions

    draw :: Ref Scrollbar -> IO ()
    
    hide :: Ref Scrollbar -> IO ()
    
    resize :: Ref Scrollbar -> Rectangle -> IO ()
    
    showWidget :: Ref Scrollbar -> IO ()
    

    Orphan instances

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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