gi-atk-0.2.16.12: Atk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Atk.Interfaces.Table

Contents

Description

 

Synopsis

Exported types

Methods

tableAddColumnSelection

tableAddRowSelection

tableGetCaption

tableGetColumnAtIndex

tableGetColumnAtIndex :: (MonadIO m, TableK a) => a -> Int32 -> m Int32 Source

Deprecated: Since 2.12.

tableGetColumnDescription

tableGetColumnExtentAt

tableGetColumnHeader

tableGetIndexAt

tableGetIndexAt :: (MonadIO m, TableK a) => a -> Int32 -> Int32 -> m Int32 Source

Deprecated: Since 2.12. Use atk_table_ref_at() in order to get theaccessible that represents the cell at (row, column)

tableGetNColumns

tableGetNRows

tableGetRowAtIndex

tableGetRowAtIndex :: (MonadIO m, TableK a) => a -> Int32 -> m Int32 Source

Deprecated: since 2.12.

tableGetRowDescription

tableGetRowExtentAt

tableGetRowHeader

tableGetSelectedColumns

tableGetSelectedRows

tableGetSummary

tableIsColumnSelected

tableIsRowSelected

tableIsSelected

tableIsSelected :: (MonadIO m, TableK a) => a -> Int32 -> Int32 -> m Bool Source

tableRefAt

tableRefAt :: (MonadIO m, TableK a) => a -> Int32 -> Int32 -> m Object Source

tableRemoveColumnSelection

tableRemoveRowSelection

tableSetCaption

tableSetCaption :: (MonadIO m, TableK a, ObjectK b) => a -> b -> m () Source

tableSetColumnDescription

tableSetColumnHeader

tableSetColumnHeader :: (MonadIO m, TableK a, ObjectK b) => a -> Int32 -> b -> m () Source

tableSetRowDescription

tableSetRowDescription :: (MonadIO m, TableK a) => a -> Int32 -> Text -> m () Source

tableSetRowHeader

tableSetRowHeader :: (MonadIO m, TableK a, ObjectK b) => a -> Int32 -> b -> m () Source

tableSetSummary

tableSetSummary :: (MonadIO m, TableK a, ObjectK b) => a -> b -> m () Source

Signals

ColumnDeleted

type TableColumnDeletedCallbackC = Ptr () -> Int32 -> Int32 -> Ptr () -> IO () Source

ColumnInserted

ColumnReordered

ModelChanged

RowDeleted

type TableRowDeletedCallbackC = Ptr () -> Int32 -> Int32 -> Ptr () -> IO () Source

RowInserted

type TableRowInsertedCallbackC = Ptr () -> Int32 -> Int32 -> Ptr () -> IO () Source

RowReordered