Home
last modified time | relevance | path

Searched refs:NSTextTabType (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSParagraphStyle.h44 } NSTextTabType; typedef
72 NSTextTabType _tabStopType;
78 - (id) initWithType: (NSTextTabType)type location: (CGFloat)loc;
80 - (NSTextTabType) tabStopType;
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSParagraphStyle.inc13 NSTextTabType = NSUInteger;
14 NSTextTabTypePtr = ^NSTextTabType;
63 …function initWithType_location (type_: NSTextTabType; loc: CGFloat): instancetype; message 'initWi…
65 function tabStopType: NSTextTabType; message 'tabStopType';
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSParagraphStyle.m36 - (id) initWithType: (NSTextTabType)type location: (CGFloat)loc
66 NSTextTabType type;
165 - (NSTextTabType) tabStopType
506 NSTextTabType types[count];
577 NSTextTabType types[count];
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/TextConverters/RTF/
H A DRTFConsumer.m84 - (void) addTab: (float)location type: (NSTextTabType)type; argument
234 - (void) addTab: (float) location type: (NSTextTabType) type
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/
H A DChangeLog.57247 and NSTextTabType.