| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgnu.x11.event.Event
gnu.x11.event.ResizeRequest
public final class ResizeRequest
X resize request event.
| Field Summary | |
|---|---|
| static int | CODE | 
|  int | height | 
|  int | width | 
|  int | window_id | 
| Constructor Summary | |
|---|---|
| ResizeRequest(Display display,
              ResponseInputStream in) | |
| Method Summary | |
|---|---|
|  int | height() | 
|  int | width() | 
|  int | window_id()Returns the window ID of the resize request. | 
| 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 window_id
public int width
public int height
| Constructor Detail | 
|---|
public ResizeRequest(Display display,
                     ResponseInputStream in)
| Method Detail | 
|---|
public int width()
public int height()
public int window_id()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||