fltkhs-0.8.0.2: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Table

Contents

Synopsis

    Hierarchy

    Widget Functions

    clear :: Ref Table -> IO ()
    
    draw :: Ref Table -> IO ()
    
    handle :: Ref Table -> Event -> IO( Either UnknownEvent ())
    
    hide :: Ref Table -> IO ()
    
    resize :: Ref Table -> Rectangle -> IO ()
    
    setCols :: Ref Table -> Columns -> IO ()
    
    setRows :: Ref Table -> Rows -> IO ()
    
    showWidget :: Ref Table -> IO ()
    

    Orphan instances

    impl ~ (Columns -> IO ()) => Op (SetCols ()) Table orig impl Source # 
    Instance details

    Methods

    runOp :: SetCols () -> orig -> Ref Table -> impl Source #

    impl ~ (Rows -> IO ()) => Op (SetRows ()) Table orig impl Source # 
    Instance details

    Methods

    runOp :: SetRows () -> orig -> Ref Table -> impl Source #

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

    Methods

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

    impl ~ IO () => Op (Clear ()) Table orig impl Source # 
    Instance details

    Methods

    runOp :: Clear () -> orig -> Ref Table -> impl Source #

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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