Package ch.bailu.gtk.pango
Class AttrInt
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.pango.AttrInt
- All Implemented Interfaces:
PointerInterface
The `PangoAttrInt` structure is used to represent attributes with
an integer or enumeration value.
an integer or enumeration value.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
int
the value of the attributevoid
setFieldValue
(int value) the value of the attributeMethods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Field Details
-
ATTR
the common portion of the attribute
Private field: direct-type- See Also:
-
VALUE
the value of the attribute- See Also:
-
-
Constructor Details
-
AttrInt
-
AttrInt
public AttrInt()
-
-
Method Details
-
getClassHandler
-
setFieldValue
public void setFieldValue(int value) the value of the attribute -
getFieldValue
public int getFieldValue()the value of the attribute
-