|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.x11.event.Event gnu.x11.event.CreateNotify
public final class CreateNotify
X create notify event.
Field Summary | |
---|---|
int |
border_width
|
static int |
CODE
|
int |
height
|
boolean |
override_redirect
|
int |
parent_id
|
int |
width
|
int |
window_id
|
int |
x
|
int |
y
|
Constructor Summary | |
---|---|
CreateNotify(Display display,
ResponseInputStream in)
|
Method Summary |
---|
Methods inherited from class gnu.x11.event.Event |
---|
code, seq_no, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CODE
public int parent_id
public int window_id
public int x
public int y
public int width
public int height
public int border_width
public boolean override_redirect
Constructor Detail |
---|
public CreateNotify(Display display, ResponseInputStream in)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |