fltkhs-0.8.0.0: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.TableRow

Contents

Synopsis

    Hierarchy

    Widget Functions

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

    Orphan instances

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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

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

    Methods

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