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`.voidfree()Frees a `GtkBorder`.static ClassHandlerintThe width of the bottom borderintThe width of the left borderintThe width of the right borderintThe width of the top borderstatic intstatic longstatic TypeSystem.TypeSizestatic longstatic TypeSystem.TypeSizevoidsetFieldBottom(int bottom) The width of the bottom bordervoidsetFieldLeft(int left) The width of the left bordervoidsetFieldRight(int right) The width of the right bordervoidsetFieldTop(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, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon 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()
-