com.sun.jna.examples.unix
public static class X11.XSizeHints extends Structure
| Nested Class Summary | |
|---|---|
| static class | X11.XSizeHints.Aspect |
| Field Summary | |
|---|---|
| int | base_height |
| int | base_width |
| NativeLong | flags |
| int | height |
| int | height_inc |
| X11.XSizeHints.Aspect | max_aspect |
| int | max_height |
| int | max_width |
| X11.XSizeHints.Aspect | min_aspect |
| int | min_height |
| int | min_width |
| int | width |
| int | width_inc |
| int | win_gravity |
| int | x |
| int | y |