Package ch.bailu.gtk.pango
Class AttrClass
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.pango.AttrClass
- All Implemented Interfaces:
PointerInterface
The `PangoAttrClass` structure stores the type and operations for
a particular type of attribute.
The functions in this structure should not be called directly. Instead,
one should use the wrapper functions provided for `PangoAttribute`.
a particular type of attribute.
The functions in this structure should not be called directly. Instead,
one should use the wrapper functions provided for `PangoAttribute`.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
static interface
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
ch.bailu.gtk.pango.JnaAttrClass.OnCopy
ch.bailu.gtk.pango.JnaAttrClass.OnDestroy
ch.bailu.gtk.pango.JnaAttrClass.OnEqual
int
the type ID for this attributevoid
setFieldCopy
(AttrClass.OnCopy copy) void
setFieldDestroy
(AttrClass.OnDestroy destroy) void
setFieldEqual
(AttrClass.OnEqual equal) void
setFieldType
(int type) the type ID for this 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
-
TYPE
the type ID for this attribute- See Also:
-
COPY
- See Also:
-
DESTROY
- See Also:
-
EQUAL
- See Also:
-
-
Constructor Details
-
AttrClass
-
AttrClass
public AttrClass()
-
-
Method Details
-
getClassHandler
-
setFieldType
public void setFieldType(int type) the type ID for this attribute -
getFieldType
public int getFieldType()the type ID for this attribute -
setFieldCopy
-
getFieldCopy
public ch.bailu.gtk.pango.JnaAttrClass.OnCopy getFieldCopy() -
setFieldDestroy
-
getFieldDestroy
public ch.bailu.gtk.pango.JnaAttrClass.OnDestroy getFieldDestroy() -
setFieldEqual
-
getFieldEqual
public ch.bailu.gtk.pango.JnaAttrClass.OnEqual getFieldEqual()
-