summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/NMREBARCHILDSIZE.java
diff options
context:
space:
mode:
authorSteve Northover <steve>2004-12-09 23:06:33 +0000
committerSteve Northover <steve>2004-12-09 23:06:33 +0000
commita89cd8a56c45d8ffdfac29708041f8f64adfb7d0 (patch)
treeb9b1fcc59106962dbef547441e2fddde4978e75a /bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/NMREBARCHILDSIZE.java
parentea9befdb064f947117c0a57f1e2505eee7201839 (diff)
downloadeclipse.platform.swt-a89cd8a56c45d8ffdfac29708041f8f64adfb7d0.tar.gz
eclipse.platform.swt-a89cd8a56c45d8ffdfac29708041f8f64adfb7d0.tar.xz
eclipse.platform.swt-a89cd8a56c45d8ffdfac29708041f8f64adfb7d0.zip
table tree + 12379
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/NMREBARCHILDSIZE.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/NMREBARCHILDSIZE.java27
1 files changed, 27 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/NMREBARCHILDSIZE.java b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/NMREBARCHILDSIZE.java
new file mode 100644
index 0000000000..bce8e2523f
--- /dev/null
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/NMREBARCHILDSIZE.java
@@ -0,0 +1,27 @@
+/*******************************************************************************
+ * Copyright (c) 2000, 2003 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
+package org.eclipse.swt.internal.win32;
+
+public class NMREBARCHILDSIZE extends NMHDR {
+ public int uBand;
+ public int wID;
+// RECT rcChild;
+ public int rcChild_left;
+ public int rcChild_top;
+ public int rcChild_right;
+ public int rcChild_bottom;
+// RECT rcBand;
+ public int rcBand_left;
+ public int rcBand_top;
+ public int rcBand_right;
+ public int rcBand_bottom;
+ public static final int sizeof = 52;
+} \ No newline at end of file