Home
last modified time | relevance | path

Searched refs:NSTextAlignmentJustified (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSText.h86 NSTextAlignmentJustified = NSJustifiedTextAlignment, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/util/
H A Dcore_text_util.mm199 alignment == NSTextAlignmentJustified) {
/dports/editors/lazarus/lazarus/lcl/interfaces/cocoa/
H A Dcocoaprivate.pas367 NSTextAlignmentJustified = 3;
H A Dcocoatextedits.pas443 NSTextAlignmentJustified = 3;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoaprivate.pas380 NSTextAlignmentJustified = 3;
H A Dcocoatextedits.pas447 NSTextAlignmentJustified = 3;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/cocoa/
H A Dcocoaprivate.pas367 NSTextAlignmentJustified = 3;
H A Dcocoatextedits.pas443 NSTextAlignmentJustified = 3;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoaprivate.pas380 NSTextAlignmentJustified = 3;
H A Dcocoatextedits.pas447 NSTextAlignmentJustified = 3;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DText.java540 int align = ((style & SWT.SEARCH) != 0) ? OS.NSTextAlignmentJustified : OS.NSTextAlignmentLeft; in createHandle()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/
H A DTextLayout.java168 align = OS.NSTextAlignmentJustified; in computeRuns()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DOS.java2286 public static final int NSTextAlignmentJustified = 3; field in OS