javauis/eswt_qt/org.eclipse.swt/Eclipse SWT/qt/org/eclipse/swt/widgets/Table.java
changeset 80 d6dafc5d983f
parent 67 63b81d807542
--- a/javauis/eswt_qt/org.eclipse.swt/Eclipse SWT/qt/org/eclipse/swt/widgets/Table.java	Mon Oct 04 11:29:25 2010 +0300
+++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse SWT/qt/org/eclipse/swt/widgets/Table.java	Fri Oct 15 12:29:39 2010 +0300
@@ -2261,4 +2261,10 @@
 
         return size;
     }
+    
+    // Children of Table are attached into the table itself, not the viewport.
+    int handleWithChildren_pp() {
+        return topHandle;
+    }
+
 }