fltkhs-0.8.0.3: FLTK bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Base.TableRow

Synopsis

Documentation

Hierarchy

Functions

clear :: Ref TableRowBase -> IO ()

destroy :: Ref TableRowBase -> IO ()

draw :: Ref TableRowBase -> IO ()

getRowSelected :: Ref TableRowBase -> Row -> IO (Either OutOfRange Bool)

getRows :: Ref TableRowBase -> IO (Rows)

getType_ :: Ref TableRowBase -> IO TableRowSelectMode

handle :: Ref TableRowBase -> Event -> 'IO(Either' UnknownEvent ())

hide :: Ref TableRowBase -> IO ()

resize :: Ref TableRowBase -> Rectangle -> IO ()

selectAllRows :: Ref TableRowBase -> TableRowSelectFlag -> IO ()

setCols :: Ref TableRowBase -> Columns -> IO ()

setRows :: Ref TableRowBase -> Rows -> IO ()

setType :: Ref TableRowBase -> TableRowSelectMode -> IO ()

showWidget :: Ref TableRowBase -> IO ()

Orphan instances

impl ~ (TableRowSelectFlag -> IO ()) => Op (SelectAllRows ()) TableRowBase orig impl Source # 
Instance details

Methods

runOp :: SelectAllRows () -> orig -> Ref TableRowBase -> impl Source #

impl ~ (Row -> IO (Either OutOfRange Bool)) => Op (GetRowSelected ()) TableRowBase orig impl Source # 
Instance details

Methods

runOp :: GetRowSelected () -> orig -> Ref TableRowBase -> impl Source #

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

Methods

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

impl ~ IO Rows => Op (GetRows ()) TableRowBase orig impl Source # 
Instance details

Methods

runOp :: GetRows () -> orig -> Ref TableRowBase -> impl Source #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

impl ~ (TableRowSelectMode -> IO ()) => Op (SetType ()) TableRowBase orig impl Source # 
Instance details

Methods

runOp :: SetType () -> orig -> Ref TableRowBase -> impl Source #

impl ~ IO TableRowSelectMode => Op (GetType_ ()) TableRowBase orig impl Source # 
Instance details

Methods

runOp :: GetType_ () -> orig -> Ref TableRowBase -> impl Source #

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

Methods

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

impl ~ IO () => Op (Destroy ()) TableRowBase orig impl Source # 
Instance details

Methods

runOp :: Destroy () -> orig -> Ref TableRowBase -> impl Source #