Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover2002-01-14 22:39:11 +0000
committerSteve Northover2002-01-14 22:39:11 +0000
commitcad7e9b2c371fd3e8f252742126a4cce57887803 (patch)
tree833c9aa99b8203955235385beb5c4daff5f687fc /bundles/org.eclipse.swt/Eclipse SWT PI/win32
parent37527ba5f21e955bcffef8739368a33efc907f37 (diff)
downloadeclipse.platform.swt-cad7e9b2c371fd3e8f252742126a4cce57887803.tar.gz
eclipse.platform.swt-cad7e9b2c371fd3e8f252742126a4cce57887803.tar.xz
eclipse.platform.swt-cad7e9b2c371fd3e8f252742126a4cce57887803.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
index 7c0f9d19f8..5625b2757e 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
@@ -868,6 +868,8 @@ public class OS {
public static final int TVE_EXPAND = 0x2;
public static final int TVGN_CARET = 0x9;
public static final int TVGN_CHILD = 0x4;
+ public static final int TVGN_FIRSTVISIBLE = 0x5;
+ public static final int TVGN_LASTVISIBLE = 0xa;
public static final int TVGN_NEXT = 0x1;
public static final int TVGN_NEXTVISIBLE = 0x6;
public static final int TVGN_PARENT = 0x3;

Back to the top