public class GdkGeometry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
base_height |
int |
base_width |
int |
height_inc |
double |
max_aspect |
int |
max_height |
int |
max_width |
double |
min_aspect |
int |
min_height |
int |
min_width |
static int |
sizeof |
int |
width_inc |
int |
win_gravity |
| Constructor and Description |
|---|
GdkGeometry() |
public int min_width
public int min_height
public int max_width
public int max_height
public int base_width
public int base_height
public int width_inc
public int height_inc
public double min_aspect
public double max_aspect
public int win_gravity
public static final int sizeof