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
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandlerch.bailu.gtk.pango.JnaAttrClass.OnCopych.bailu.gtk.pango.JnaAttrClass.OnDestroych.bailu.gtk.pango.JnaAttrClass.OnEqualintthe type ID for this attributevoidsetFieldCopy(AttrClass.OnCopy copy) voidsetFieldDestroy(AttrClass.OnDestroy destroy) voidsetFieldEqual(AttrClass.OnEqual equal) voidsetFieldType(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, unregisterCallbacksMethods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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()
-