doc: documentation for AtkTableCell, AtkTable, deprecations and padding
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 10 Feb 2014 16:02:11 +0000 (17:02 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 18 Feb 2014 16:23:51 +0000 (17:23 +0100)
commita3b6bb15885b5c59fc7bf2283bbb1fb06b602ba7
treecc2049bef7e562d61187557e3862a398566f51a4
parent1349b6330379191a825955fc8107079ec742bb68
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.
atk/atktable.c
atk/atktable.h
atk/atktablecell.c
atk/atktablecell.h
docs/atk-docs.sgml
docs/atk-sections.txt
docs/atk.types