summaryrefslogtreecommitdiff
path: root/atk/atktablecell.c
Commit message (Collapse)AuthorAgeFilesLines
* atktablecell: use content of the pointer instead of pointer itselfAlejandro Piñeiro2015-09-241-1/+2
| | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=755548
* Include config.h For All the C Source FilesChun-wei Fan2014-04-251-0/+2
| | | | | | | | Make sure that config.h is included first in all the C-sources in atk/ so that the build-time definitions of _ATK_EXTERN can be used during the build of the ATK library. https://bugzilla.gnome.org/show_bug.cgi?id=728031
* doc: more AtkTableCell documentationAlejandro Piñeiro2014-02-181-0/+14
| | | | | * Adds when the symbols were added. * Document the interface virtual methods.
* doc: documentation for AtkTableCell, AtkTable, deprecations and paddingAlejandro Piñeiro2014-02-181-14/+28
| | | | | | | | | | | | | 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.
* Implement AtkTableCellMike Gorse2014-02-181-0/+246
https://bugzilla.gnome.org/show_bug.cgi?id=651353