org.rococoa.cocoa.appkit
Class NSTextContainer.__tcFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.appkit.NSTextContainer.__tcFlags
- Direct Known Subclasses:
- NSTextContainer.__tcFlags.ByReference, NSTextContainer.__tcFlags.ByValue
- Enclosing class:
- NSTextContainer
public static class NSTextContainer.__tcFlags
- extends com.ochafik.lang.jnaerator.runtime.Structure
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
widthTracksTextView
public byte widthTracksTextView
heightTracksTextView
public byte heightTracksTextView
observingFrameChanges
public byte observingFrameChanges
_reserved
public short _reserved
NSTextContainer.__tcFlags
public NSTextContainer.__tcFlags()
NSTextContainer.__tcFlags
public NSTextContainer.__tcFlags(byte widthTracksTextView,
byte heightTracksTextView,
byte observingFrameChanges,
short _reserved)
byReference
public NSTextContainer.__tcFlags.ByReference byReference()
byValue
public NSTextContainer.__tcFlags.ByValue byValue()
clone
public NSTextContainer.__tcFlags clone()
- Overrides:
clone
in class Object