Home
last modified time | relevance | path

Searched refs:POP_UP (Results 1 – 25 of 83) sorted by relevance

1234

/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DMenu.java85 this (checkNull (parent).menuShell (), SWT.POP_UP); 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()
466 case SWT.POP_UP: in createHandle()
802 if ((style & SWT.POP_UP) != 0) { in getVisible()
815 if ((style & SWT.POP_UP) != 0) { in gtk_hide()
835 if ((style & SWT.POP_UP) != 0) { in gtk_show()
1001 if ((style & SWT.POP_UP) != 0) { in releaseParent()
H A DTaskItem.java234 if ((menu.style & SWT.POP_UP) == 0) { in setMenu()
/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 DMenu.java77 this (checkNull (parent).menuShell (), SWT.POP_UP); in Menu()
195 return checkBits (style, SWT.POP_UP, SWT.BAR, SWT.DROP_DOWN, 0, 0, 0); in checkStyle()
698 if ((style & SWT.POP_UP) != 0) { in getVisible()
711 if ((style & SWT.POP_UP) != 0) { in gtk_hide()
731 if ((style & SWT.POP_UP) != 0) { in gtk_show()
886 if ((style & SWT.POP_UP) != 0) { in releaseParent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet311.java65 final Menu headerMenu = new Menu(shell, SWT.POP_UP); in main()
93 final Menu tableMenu = new Menu(shell, SWT.POP_UP); in main()
H A DSnippet312.java65 final Menu headerMenu = new Menu(shell, SWT.POP_UP); in main()
95 final Menu treeMenu = new Menu(shell, SWT.POP_UP); in main()
H A DSnippet89.java35 Menu menu = new Menu (shell, SWT.POP_UP); in main()
H A DSnippet131.java33 Menu menu = new Menu (shell, SWT.POP_UP); in main()
H A DSnippet40.java37 Menu menu = new Menu (shell, SWT.POP_UP); in main()
H A DSnippet53.java39 Menu menu = new Menu (shell, SWT.POP_UP); in main()
H A DSnippet238.java35 Menu menu = new Menu (shell, SWT.POP_UP); in main()
H A DSnippet97.java33 final Menu menu = new Menu (shell, SWT.POP_UP); in main()
H A DSnippet67.java35 final Menu menu = new Menu (shell, SWT.POP_UP); in main()
H A DSnippet73.java33 final Menu menu = new Menu (shell, SWT.POP_UP); in main()
H A DSnippet122.java43 Menu menu = new Menu(shell, SWT.POP_UP); in main()
H A DSnippet143.java50 final Menu menu = new Menu (shell, SWT.POP_UP); in main()
/dports/devel/py-ptpython/ptpython-3.0.20/examples/ptpython_config/
H A Dconfig.py34 repl.completion_visualisation = CompletionVisualisation.POP_UP
/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.java97 this (checkNull (parent).menuShell (), SWT.POP_UP); in Menu()
326 return checkBits (style, SWT.POP_UP, SWT.BAR, SWT.DROP_DOWN, 0, 0, 0); in checkStyle()
795 if ((style & SWT.POP_UP) != 0) { in getVisible()
962 if ((style & SWT.POP_UP) != 0) { in releaseParent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/emulated/taskbar/org/eclipse/swt/widgets/
H A DTaskItem.java234 if ((menu.style & SWT.POP_UP) == 0) { in setMenu()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-tray/src/org/herac/tuxguitar/tray/
H A DTGTrayMenu.java19 this.menu = new Menu (TuxGuitar.instance().getShell(), SWT.POP_UP); in make()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/minibar/
H A DAllTransfersBar.java117 final Menu downloadSpeedMenu = new Menu(getShell(), SWT.POP_UP); in beginConstruction()
137 final Menu uploadSpeedMenu = new Menu(getShell(), SWT.POP_UP); in beginConstruction()
/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 DBug509514_IncorrectToDisplayLocation.java73 shell = new Shell(control.getShell(), SWT.POP_UP | SWT.ON_TOP | SWT.BORDER); in installPopup()
/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 DMenu.java79 this (checkNull (parent).menuShell (), SWT.POP_UP); in Menu()
240 return checkBits (style, SWT.POP_UP, SWT.BAR, SWT.DROP_DOWN, 0, 0, 0); in checkStyle()
709 if ((style & SWT.POP_UP) != 0) { in getVisible()
/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/component/tabs/
H A DE4ToolItemMenu.java59 menu = new Menu(parent.getShell(), SWT.POP_UP); in E4ToolItemMenu()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/mainwindow/
H A DClipboardCopy.java101 final Menu menu = new Menu(control.getShell(),SWT.POP_UP); in addCopyToClipMenu()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/statushandlers/
H A DStackTraceSupportArea.java114 Menu menu = new Menu(parent.getShell(), SWT.POP_UP); in createCopyAction()

1234