public final class GtkBorder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
bottom
Description of the Field
|
int |
left
Description of the Field
|
int |
right
Description of the Field
|
int |
top
Description of the Field
|
| Constructor and Description |
|---|
GtkBorder()
Constructor for the GtkBorder object
|
GtkBorder(int top,
int right,
int bottom,
int left)
Constructor for the GtkBorder object
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Description of the Method
|
public int top
public int right
public int bottom
public int left
public GtkBorder(int top,
int right,
int bottom,
int left)
top - Description of Parameterright - Description of Parameterbottom - Description of Parameterleft - Description of Parameterpublic GtkBorder()