javauis/eswt_qt/org.eclipse.swt/Eclipse SWT/qt/org/eclipse/swt/widgets/Table.java
changeset 80 d6dafc5d983f
parent 67 63b81d807542
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
  2259             size.y = height;
  2259             size.y = height;
  2260         }
  2260         }
  2261 
  2261 
  2262         return size;
  2262         return size;
  2263     }
  2263     }
       
  2264     
       
  2265     // Children of Table are attached into the table itself, not the viewport.
       
  2266     int handleWithChildren_pp() {
       
  2267         return topHandle;
       
  2268     }
       
  2269 
  2264 }
  2270 }