summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/a11y/aqua11ytablewrapper.h
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-03-17 18:17:41 +0100
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-03-17 18:17:41 +0100
commit6f27503a9eb9341d3656149e2fe4b658a643b9ab (patch)
tree191704903b4bad142a1f84b71ed6fa6938752cb4 /vcl/aqua/source/a11y/aqua11ytablewrapper.h
parent7a416820ab5e03f8b988656e0f6a592cb1e81d07 (diff)
vcl110: #i103230# add row/columns attributes to tables
Diffstat (limited to 'vcl/aqua/source/a11y/aqua11ytablewrapper.h')
-rw-r--r--vcl/aqua/source/a11y/aqua11ytablewrapper.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/vcl/aqua/source/a11y/aqua11ytablewrapper.h b/vcl/aqua/source/a11y/aqua11ytablewrapper.h
index 8753365377e3..7bf3e44a2945 100644
--- a/vcl/aqua/source/a11y/aqua11ytablewrapper.h
+++ b/vcl/aqua/source/a11y/aqua11ytablewrapper.h
@@ -30,9 +30,15 @@
#include "aqua11ywrapper.h"
-@interface AquaA11yTableWrapper : NSObject
+#define MAXIMUM_ACCESSIBLE_TABLE_CELLS 1000
+
+@interface AquaA11yTableWrapper : AquaA11yWrapper
{
}
-+(id)childrenAttributeForElement:(AquaA11yWrapper *)wrapper;
++(id)childrenAttributeForElement:(AquaA11yTableWrapper *)wrapper;
++(void)addAttributeNamesTo: (NSMutableArray *)attributeNames object: (AquaA11yWrapper*)pObject;
+
+-(id)rowsAttribute;
+-(id)columnsAttribute;
@end
#endif // _SV_AQUA11TABLEWRAPPER_H