|
|||||||||
| Home >> All >> org >> eclipse >> swt >> internal >> [ gtk overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.swt.internal.gtk
Class GdkEventExpose

java.lang.Objectorg.eclipse.swt.internal.gtk.GdkEvent
org.eclipse.swt.internal.gtk.GdkEventExpose
- public class GdkEventExpose
- extends GdkEvent
| Field Summary | |
int |
area_height
|
int |
area_width
|
int |
area_x
|
int |
area_y
|
int |
count
|
long |
region
|
byte |
send_event
|
static int |
sizeof
|
long |
window
|
| Fields inherited from class org.eclipse.swt.internal.gtk.GdkEvent |
type |
| Constructor Summary | |
GdkEventExpose()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
window
public long window
send_event
public byte send_event
area_x
public int area_x
area_y
public int area_y
area_width
public int area_width
area_height
public int area_height
region
public long region
count
public int count
sizeof
public static final int sizeof
| Constructor Detail |
GdkEventExpose
public GdkEventExpose()
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> internal >> [ gtk overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC