summaryrefslogtreecommitdiff
path: root/docs/atk-sections.txt
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2014-02-10 17:02:11 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2014-02-18 17:23:51 +0100
commita3b6bb15885b5c59fc7bf2283bbb1fb06b602ba7 (patch)
treecc2049bef7e562d61187557e3862a398566f51a4 /docs/atk-sections.txt
parent1349b6330379191a825955fc8107079ec742bb68 (diff)
downloadatk-a3b6bb15885b5c59fc7bf2283bbb1fb06b602ba7.tar.gz
doc: documentation for AtkTableCell, AtkTable, deprecations and padding
Index based methods forced ATK implementations to expose the cells are direct children of the table. Something that was complex in the practice. In fact some implementation were not doing it, making the index-based methods not properly implemented. This became even more clear with the addition of AtkTableCell. Additionally, this patch documents AtkTableCell and that those cells should implement the newly added AtkTableCell interface.
Diffstat (limited to 'docs/atk-sections.txt')
-rw-r--r--docs/atk-sections.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt
index 36e9b57..7f2fd38 100644
--- a/docs/atk-sections.txt
+++ b/docs/atk-sections.txt
@@ -392,6 +392,26 @@ atk_table_get_type
</SECTION>
<SECTION>
+<FILE>atktablecell</FILE>
+<TITLE>AtkTableCell</TITLE>
+AtkTableCell
+atk_table_cell_get_column_span
+atk_table_cell_get_column_header_cells
+atk_table_cell_get_position
+atk_table_cell_get_row_span
+atk_table_cell_get_row_header_cells
+atk_table_cell_get_row_column_span
+atk_table_cell_get_table
+<SUBSECTION Standard>
+AtkTableCellIface
+ATK_TABLE_CELL
+ATK_IS_TABLE_CELL
+ATK_TYPE_TABLE_CELL
+ATK_TABLE_CELL_GET_IFACE
+atk_table_cell_get_type
+</SECTION>
+
+<SECTION>
<FILE>atktext</FILE>
<TITLE>AtkText</TITLE>
AtkText