fltkhs-0.5.2.9: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.TableRow

Contents

Synopsis

Documentation

Hierarchy

Functions

clear :: Ref TableRow -> IO ()

clearSuper :: Ref TableRow -> IO ()

destroy :: Ref TableRow -> IO ()

draw :: Ref TableRow -> IO ()

drawSuper :: Ref TableRow -> IO ()

getRowSelected :: Ref TableRow -> Int -> IO (Either OutOfRange Bool)

getRows :: Ref TableRow -> IO (Int)

getType_ :: Ref TableRow -> IO TableRowSelectMode

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

handleSuper :: Ref TableRow -> Event -> IO (Either UnknownEvent ())

hide :: Ref TableRow -> IO ()

hideSuper :: Ref TableRow -> IO ()

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

resizeSuper :: Ref TableRow -> Rectangle -> IO ()

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

setCols :: Ref TableRow -> Int -> IO ()

setColsSuper :: Ref TableRow -> Int -> IO ()

setRows :: Ref TableRow -> Int -> IO ()

setRowsSuper :: Ref TableRow -> Int -> IO ()

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

showWidget :: Ref TableRow -> IO ()

showWidgetSuper :: Ref TableRow -> IO ()

Orphan instances

(~) * impl (TableRowSelectFlag -> IO ()) => Op (SelectAllRows ()) TableRow orig impl Source # 

Methods

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

(~) * impl (Int -> IO (Either OutOfRange Bool)) => Op (GetRowSelected ()) TableRow orig impl Source # 

Methods

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

(~) * impl (Int -> IO ()) => Op (SetColsSuper ()) TableRow orig impl Source # 

Methods

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

(~) * impl (Int -> IO ()) => Op (SetRowsSuper ()) TableRow orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (ClearSuper ()) TableRow orig impl Source # 

Methods

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

(~) * impl (Int -> IO ()) => Op (SetCols ()) TableRow orig impl Source # 

Methods

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

(~) * impl (IO Int) => Op (GetRows ()) TableRow orig impl Source # 

Methods

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

(~) * impl (Int -> IO ()) => Op (SetRows ()) TableRow orig impl Source # 

Methods

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

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

Methods

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

(~) * impl (Event -> IO (Either UnknownEvent ())) => Op (HandleSuper ()) TableRow orig impl Source # 

Methods

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

(~) * impl (IO ()) => Op (DrawSuper ()) TableRow orig impl Source # 

Methods

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

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

Methods

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

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

Methods

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

(~) * impl (Rectangle -> IO ()) => Op (ResizeSuper ()) TableRow orig impl Source # 

Methods

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

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

Methods

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

(~) * impl (IO ()) => Op (HideSuper ()) TableRow orig impl Source # 

Methods

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

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

Methods

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

(~) * impl (IO ()) => Op (ShowWidgetSuper ()) TableRow orig impl Source # 

Methods

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

(~) * impl (TableRowSelectMode -> IO ()) => Op (SetType ()) TableRow orig impl Source # 

Methods

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

(~) * impl (IO TableRowSelectMode) => Op (GetType_ ()) TableRow orig impl Source # 

Methods

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

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

Methods

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

(~) * impl (IO ()) => Op (Destroy ()) TableRow orig impl Source # 

Methods

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