Package ch.bailu.gtk.gtk
Klasse Border
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gtk.Border
- Alle implementierten Schnittstellen:
PointerInterface
Specifies a border around a rectangular area.
Each side can have a different width.
Each side can have a different width.
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBorder()
Allocates a new `GtkBorder` struct and initializes its elements to zero.Border
(PointerContainer pointer) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcopy()
Copies a `GtkBorder`.void
free()
Frees a `GtkBorder`.static ClassHandler
int
The width of the bottom borderint
The width of the left borderint
The width of the right borderint
The width of the top borderstatic int
static long
static TypeSystem.TypeSize
static long
static TypeSystem.TypeSize
void
setFieldBottom
(int bottom) The width of the bottom bordervoid
setFieldLeft
(int left) The width of the left bordervoid
setFieldRight
(int right) The width of the right bordervoid
setFieldTop
(int top) The width of the top borderVon Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
LEFT
The width of the left border- Siehe auch:
-
RIGHT
The width of the right border- Siehe auch:
-
TOP
The width of the top border- Siehe auch:
-
BOTTOM
The width of the bottom border- Siehe auch:
-
-
Konstruktordetails
-
Border
-
Border
public Border()Allocates a new `GtkBorder` struct and initializes its elements to zero.
-
-
Methodendetails
-
getClassHandler
-
setFieldLeft
public void setFieldLeft(int left) The width of the left border -
getFieldLeft
public int getFieldLeft()The width of the left border -
setFieldRight
public void setFieldRight(int right) The width of the right border -
getFieldRight
public int getFieldRight()The width of the right border -
setFieldTop
public void setFieldTop(int top) The width of the top border -
getFieldTop
public int getFieldTop()The width of the top border -
setFieldBottom
public void setFieldBottom(int bottom) The width of the bottom border -
getFieldBottom
public int getFieldBottom()The width of the bottom border -
copy
Copies a `GtkBorder`.- Gibt zurück:
- a copy of @border_.
-
free
public void free()Frees a `GtkBorder`. -
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-