1 12 package org.eclipse.swt.internal.gtk; 13 14 15 public class GdkEventExpose extends GdkEvent { 16 public int window; 17 public byte send_event; 18 public int area_x; 19 public int area_y; 20 public int area_width; 21 public int area_height; 22 public int region; 23 public int count; 24 public static final int sizeof = OS.GdkEventExpose_sizeof(); 25 } 26 27 | Popular Tags |