summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/accessibility/gtk/ATK.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2004-02-03 23:45:46 +0000
committerCarolyn MacLeod <carolyn>2004-02-03 23:45:46 +0000
commit0f85f99b4bee202dd082d78748bd3cce3c607b7b (patch)
treedc0cb05e939b992f4632665f07ef8c1967ec55dd /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/accessibility/gtk/ATK.java
parentc53fc66d63a14a03c762df5d19bf55a131b37586 (diff)
downloadeclipse.platform.swt-0f85f99b4bee202dd082d78748bd3cce3c607b7b.tar.gz
eclipse.platform.swt-0f85f99b4bee202dd082d78748bd3cce3c607b7b.tar.xz
eclipse.platform.swt-0f85f99b4bee202dd082d78748bd3cce3c607b7b.zip
new roles for Table
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/accessibility/gtk/ATK.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/accessibility/gtk/ATK.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/accessibility/gtk/ATK.java b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/accessibility/gtk/ATK.java
index ea21474d93..83e92f165c 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/accessibility/gtk/ATK.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/accessibility/gtk/ATK.java
@@ -41,7 +41,9 @@ public class ATK extends OS {
public static final int ATK_ROLE_SEPARATOR = 49;
public static final int ATK_ROLE_SLIDER = 50;
public static final int ATK_ROLE_TABLE = 54;
+ public static final int ATK_ROLE_TABLE_CELL = 55;
public static final int ATK_ROLE_TABLE_COLUMN_HEADER = 56;
+ public static final int ATK_ROLE_TABLE_ROW_HEADER = 57;
public static final int ATK_ROLE_TEXT = 60;
public static final int ATK_ROLE_TOOL_BAR = 62;
public static final int ATK_ROLE_TOOL_TIP = 63;