fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Clock

Synopsis

    Hierarchy

    Widget Functions

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

    Orphan instances

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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