Home
last modified time | relevance | path

Searched refs:NSHourMinuteSecondDatePickerElementFlag (Results 1 – 11 of 11) sorted by relevance

/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSDatePickerCell.h54 NSHourMinuteSecondDatePickerElementFlag = 0x000e, enumerator
/dports/editors/lazarus/lazarus/lcl/interfaces/cocoa/
H A Dcocoawsdatepicker.pas22 NSHourMinuteSecondDatePickerElementFlag = $000e;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoawsdatepicker.pas22 NSHourMinuteSecondDatePickerElementFlag = $000e;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/cocoa/
H A Dcocoawsdatepicker.pas22 NSHourMinuteSecondDatePickerElementFlag = $000e;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoawsdatepicker.pas22 NSHourMinuteSecondDatePickerElementFlag = $000e;
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSDatePickerCell.inc34 NSHourMinuteSecondDatePickerElementFlag = $000e;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/cocoa/
H A Ddatetimectrl.mm184 elements = NSHourMinuteSecondDatePickerElementFlag;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/cocoa/
H A Ddatetimectrl.mm184 elements = NSHourMinuteSecondDatePickerElementFlag;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/cocoa/
H A Ddatetimectrl.mm181 elements = NSHourMinuteSecondDatePickerElementFlag;
/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 DDateTime.java186 …WT.SHORT) != 0 ? OS.NSHourMinuteDatePickerElementFlag : OS.NSHourMinuteSecondDatePickerElementFlag; in createHandle()
/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.java2177 public static final int NSHourMinuteSecondDatePickerElementFlag = 14; field in OS