Home
last modified time | relevance | path

Searched refs:DROP_DOWN (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug547811_DateTimePopup.java39 new DateTime(ssh, SWT.DATE | SWT.DROP_DOWN); in main()
40 new DateTime(ssh, SWT.DATE | SWT.DROP_DOWN); in main()
46 new DateTime(sh, SWT.DATE | SWT.DROP_DOWN); in main()
47 new DateTime(sh, SWT.DATE | SWT.DROP_DOWN); in main()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/tools/browser/dialog/
H A DTGBrowserMenuBar.java43 Menu menuFile = new Menu(shell,SWT.DROP_DOWN); in init()
65 Menu menuCollection = new Menu(shell,SWT.DROP_DOWN); in init()
69 this.newCollection = new Menu(menuCollection.getShell(), SWT.DROP_DOWN); in init()
75 this.openCollection = new Menu(menuCollection.getShell(), SWT.DROP_DOWN); in init()
80 this.removeCollection = new Menu(menuCollection.getShell(), SWT.DROP_DOWN); in init()
94 final Menu menuGo = new Menu(shell,SWT.DROP_DOWN); in init()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DMenu.java156 this (checkNull (parentMenu).parent, SWT.DROP_DOWN); in Menu()
203 return checkBits (style, SWT.POP_UP, SWT.BAR, SWT.DROP_DOWN, 0, 0, 0); in checkStyle()
450 int bits = SWT.BAR | SWT.DROP_DOWN | SWT.POP_UP; in createHandle()
463 case SWT.DROP_DOWN: in createHandle()
483 if ((style & SWT.DROP_DOWN) == 0) { in createHandle()
559 if ((style & SWT.DROP_DOWN) != 0) { in getEnabled()
1133 if ((style & SWT.DROP_DOWN) != 0) { in setEnabled()
1176 if ((style & (SWT.BAR | SWT.DROP_DOWN)) != 0) return; in setLocationInPixels()
1233 if ((style & (SWT.BAR | SWT.DROP_DOWN)) != 0) return; in setOrientation()
1361 if ((style & (SWT.BAR | SWT.DROP_DOWN)) != 0) return; in setVisible()
H A DCoolItem.java387 if ((style & SWT.DROP_DOWN) != 0 && width < preferredWidth) { in internalGetMinimumWidth()
442 if ((style & SWT.DROP_DOWN) != 0 && width < preferredWidth) { in setBounds()
477 if ((style & SWT.DROP_DOWN) != 0 && itemBounds.width < preferredWidth) { in setControl()
589 if ((style & SWT.DROP_DOWN) != 0 && width < preferredWidth) { in setSize()
623 if ((style & SWT.DROP_DOWN) != 0 && width < preferredWidth) { in updateChevron()
H A DToolItem.java188 return checkBits (style, SWT.PUSH, SWT.CHECK, SWT.RADIO, SWT.SEPARATOR, SWT.DROP_DOWN, 0); in checkStyle()
199 int bits = SWT.SEPARATOR | SWT.RADIO | SWT.CHECK | SWT.PUSH | SWT.DROP_DOWN; in createHandle()
212 case SWT.DROP_DOWN: in createHandle()
589 if ((style & SWT.DROP_DOWN) != 0) { in gtk_clicked()
839 if ((style & SWT.DROP_DOWN) != 0) { in hookEvents()
880 if ((style & SWT.DROP_DOWN) != 0) { in hookEvents()
1289 if ((style & SWT.DROP_DOWN) != 0) { in _setImage()
1407 if ((style & SWT.DROP_DOWN) != 0) { in setText()
1459 if ((style & SWT.DROP_DOWN) != 0) { in setToolTipText()
1475 if ((style & SWT.DROP_DOWN) != 0) { in setToolTipText()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/lib/Api/Pim/Entity/
H A DCustomField.php39 Const DROP_DOWN = 'Drop Down'; define in Orangehrm\\Rest\\Api\\Pim\\Entity\\CustomField
143 $this->setType(self::DROP_DOWN);
H A DEmployeeCustomField.php39 Const DROP_DOWN = 'Drop Down'; define in Orangehrm\\Rest\\Api\\Pim\\Entity\\EmployeeCustomField
144 $this->setType(self::DROP_DOWN);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/
H A DDateTimeTab.java68 if (dropDownButton.getSelection ()) style |= SWT.DROP_DOWN; in createExampleWidgets()
153 dropDownButton.setSelection ((dateTime1.getStyle () & SWT.DROP_DOWN) != 0); in setExampleWidgetState()
158 if ((dateTime1.getStyle() & SWT.CALENDAR) != 0 || (dateTime1.getStyle() & SWT.DROP_DOWN) != 0) { in setExampleWidgetState()
H A DComboTab.java76 if (dropDownButton.getSelection ()) style |= SWT.DROP_DOWN; in createExampleWidgets()
156 dropDownButton.setSelection ((combo1.getStyle () & SWT.DROP_DOWN) != 0); in setExampleWidgetState()
H A DCoolBarTab.java113 if (dropDownButton.getSelection()) itemStyle |= SWT.DROP_DOWN; in createExampleWidgets()
144 item = new ToolItem (toolBar, SWT.DROP_DOWN); in createExampleWidgets()
148 item = new ToolItem (toolBar, SWT.DROP_DOWN); in createExampleWidgets()
325 dropDownButton.setSelection ((coolBar.getItem(0).getStyle () & SWT.DROP_DOWN) != 0); in setExampleWidgetState()
464 if ((tool.getStyle() & SWT.DROP_DOWN) != 0) { in widgetSelected()
/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 DToolItem.java156 if ((style & SWT.DROP_DOWN) != 0) { in accessibilityActionNames()
181 } else if ((style & SWT.DROP_DOWN) != 0) { in accessibilityAttributeNames()
202 : ((style & SWT.DROP_DOWN) != 0) ? OS.NSAccessibilityMenuButtonRole in accessibilityAttributeValue()
291 return checkBits (style, SWT.PUSH, SWT.CHECK, SWT.RADIO, SWT.SEPARATOR, SWT.DROP_DOWN, 0); in checkStyle()
300 if ((style & SWT.DROP_DOWN) != 0) { in handleKeyDown()
339 if ((style & SWT.DROP_DOWN) != 0) { in computeSize()
499 if ((style & SWT.DROP_DOWN) != 0) { in drawWidget()
782 if ((style & SWT.DROP_DOWN) != 0 && id == view.id) { in mouseDown()
952 if ((style & SWT.DROP_DOWN) != 0) rect.width -= ARROW_WIDTH + INSET; in setBounds()
964 if ((style & SWT.DROP_DOWN) != 0) newSize.width -= ARROW_WIDTH + INSET; in setBounds()
[all …]
H A DDateTime.java112 if ((style & SWT.DATE) == 0) style &=~ SWT.DROP_DOWN; in checkStyle()
161 if ((style & SWT.DROP_DOWN) != 0) { in computeSize()
179 …int pickerStyle = (style & SWT.DROP_DOWN) != 0 ? OS.NSTextFieldDatePickerStyle : OS.NSTextFieldAnd… in createHandle()
205 if ((this.style & SWT.DROP_DOWN) != 0) { in createHandle()
478 if ((style & SWT.DROP_DOWN) != 0) { in keyDown()
500 if ((style & SWT.DROP_DOWN) != 0 && popupCalendar != null) { in keyDown()
573 if ((style & SWT.DROP_DOWN) != 0) { in sendKeyEvent()
H A DMenu.java162 this (checkNull (parentMenu).parent, SWT.DROP_DOWN); in Menu()
207 this.style = SWT.DROP_DOWN; in Menu()
240 return checkBits (style, SWT.POP_UP, SWT.BAR, SWT.DROP_DOWN, 0, 0, 0); in checkStyle()
244 if ((style & (SWT.BAR | SWT.DROP_DOWN)) != 0) return; in _setVisible()
1140 if ((style & (SWT.BAR | SWT.DROP_DOWN)) != 0) return; in setVisible()
/dports/multimedia/iriverter/iriverter-0.16/src/org/thestaticvoid/iriverter/
H A DConverterUI.java72 Menu jobsMenu = new Menu(shell, SWT.DROP_DOWN); in setupMenus()
90 Menu newJobMenu = new Menu(shell, SWT.DROP_DOWN); in setupMenus()
113 Menu advancedJobsMenu = new Menu(shell, SWT.DROP_DOWN); in setupMenus()
160 Menu optionsMenu = new Menu(shell, SWT.DROP_DOWN); in setupMenus()
166 Menu deviceMenu = new Menu(shell, SWT.DROP_DOWN); in setupMenus()
193 Menu brandMenu = new Menu(shell, SWT.DROP_DOWN); in setupMenus()
222 videoSizeMenu = new Menu(shell, SWT.DROP_DOWN); in setupMenus()
236 Menu advancedOptionsMenu = new Menu(shell, SWT.DROP_DOWN); in setupMenus()
256 Menu helpMenu = new Menu(shell, SWT.DROP_DOWN); in setupMenus()
H A DDVD.java84 dvdCombo = new Combo(locations, SWT.DROP_DOWN | SWT.READ_ONLY); in DVD()
93 titleCombo = new Combo(locations, SWT.DROP_DOWN | SWT.READ_ONLY); in DVD()
116 audioStreamCombo = new Combo(languages, SWT.DROP_DOWN | SWT.READ_ONLY); in DVD()
122 subtitlesCombo = new Combo(languages, SWT.DROP_DOWN | SWT.READ_ONLY); in DVD()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/
H A DCoolItem.java387 if ((style & SWT.DROP_DOWN) != 0 && width < preferredWidth) { in internalGetMinimumWidth()
442 if ((style & SWT.DROP_DOWN) != 0 && width < preferredWidth) { in setBounds()
477 if ((style & SWT.DROP_DOWN) != 0 && itemBounds.width < preferredWidth) { in setControl()
589 if ((style & SWT.DROP_DOWN) != 0 && width < preferredWidth) { in setSize()
623 if ((style & SWT.DROP_DOWN) != 0 && width < preferredWidth) { in updateChevron()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DToolItem.java181 return checkBits (style, SWT.PUSH, SWT.CHECK, SWT.RADIO, SWT.SEPARATOR, SWT.DROP_DOWN, 0); in checkStyle()
192 int bits = SWT.SEPARATOR | SWT.RADIO | SWT.CHECK | SWT.PUSH | SWT.DROP_DOWN; in createHandle()
205 case SWT.DROP_DOWN: in createHandle()
517 if ((style & SWT.DROP_DOWN) != 0) { in gtk_clicked()
750 if ((style & SWT.DROP_DOWN) != 0) { in hookEvents()
1143 if ((style & SWT.DROP_DOWN) != 0) { in _setImage()
1246 if ((style & SWT.DROP_DOWN) != 0) { in setText()
1294 if ((style & SWT.DROP_DOWN) != 0) { in setToolTipText()
1303 if ((style & SWT.DROP_DOWN) != 0) { in setToolTipText()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-tuner/src/org/herac/tuxguitar/gui/tools/custom/tuner/
H A DTGTunerSettingsDialog.java67 this.sampleRateCombo = new Combo(sampleComposite, SWT.DROP_DOWN | SWT.READ_ONLY); in show()
77 this.sampleSizeCombo = new Combo(sampleComposite, SWT.DROP_DOWN | SWT.READ_ONLY); in show()
87 this.bufferSizeCombo = new Combo(analyzeComposite, SWT.DROP_DOWN | SWT.READ_ONLY); in show()
99 this.FFTSizeCombo = new Combo(analyzeComposite, SWT.DROP_DOWN | SWT.READ_ONLY); in show()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet152.java68 Menu fileMenu = new Menu(shell, SWT.DROP_DOWN); in main()
78 Menu editMenu = new Menu(shell, SWT.DROP_DOWN); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/
H A DWidgetLabelProvider.java80 } else if ((item.getStyle() & SWT.DROP_DOWN) == SWT.DROP_DOWN) { in update()
94 } else if ((item.getStyle() & SWT.DROP_DOWN) == SWT.DROP_DOWN) { in update()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/actions/note/
H A DMoveBeatsCustomAction.java94 final Combo directionCombo = new Combo(direction, SWT.DROP_DOWN | SWT.READ_ONLY); in showDialog()
130 final Combo duration1Combo = new Combo(move1, SWT.DROP_DOWN | SWT.READ_ONLY); in showDialog()
165 final Combo duration2Combo = new Combo(move2, SWT.DROP_DOWN | SWT.READ_ONLY); in showDialog()
178 final Combo type2Combo = new Combo(move2, SWT.DROP_DOWN | SWT.READ_ONLY); in showDialog()
191 final Combo division2Combo = new Combo(move2, SWT.DROP_DOWN | SWT.READ_ONLY); in showDialog()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/
H A DPulldownDelegateWidgetProxy.java207 … if (((style & SWT.DROP_DOWN) != 0) && (event.detail == SWT.ARROW) && (item instanceof ToolItem)) {
345 toolItem = new ToolItem(parent, SWT.DROP_DOWN, index); in fill()
347 toolItem = new ToolItem(parent, SWT.DROP_DOWN); in fill()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DMenu.java166 this (checkNull (parentMenu).parent, SWT.DROP_DOWN); in Menu()
205 if ((style & (SWT.BAR | SWT.DROP_DOWN)) != 0) return; in _setVisible()
326 return checkBits (style, SWT.POP_UP, SWT.BAR, SWT.DROP_DOWN, 0, 0, 0); in checkStyle()
1198 if ((style & (SWT.BAR | SWT.DROP_DOWN)) != 0) return; in setLocationInPixels()
1251 if ((style & (SWT.BAR | SWT.DROP_DOWN)) != 0) return; in setOrientation()
1284 if ((style & (SWT.BAR | SWT.DROP_DOWN)) != 0) return; in setVisible()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/items/menu/
H A DFileMenuItem.java67 this.menu = new Menu(shell, SWT.DROP_DOWN); in FileMenuItem()
103 this.importMenu = new Menu(this.menu.getShell(), SWT.DROP_DOWN); in showItems()
111 this.exportMenu = new Menu(this.menu.getShell(), SWT.DROP_DOWN); in showItems()
130 this.historyMenu = new Menu(this.menu.getShell(), SWT.DROP_DOWN); in showItems()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/fieldassist/
H A DComboFieldAssistWindow.java33 return new Combo(parent, SWT.DROP_DOWN); in createFieldAssistControl()

1234567891011