Home
last modified time | relevance | path

Searched refs:NO_FOCUS (Results 1 – 25 of 111) sorted by relevance

12345

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/internal/views/properties/tabbed/view/
H A DTabbedPropertyComposite.java61 super(parent, SWT.NO_FOCUS); in TabbedPropertyComposite()
72 mainComposite = factory.createComposite(this, SWT.NO_FOCUS); in createMainComposite()
98 leftComposite = factory.createComposite(mainComposite, SWT.NO_FOCUS); in createMainContents()
102 | SWT.V_SCROLL | SWT.NO_FOCUS); in createMainContents()
126 tabComposite = factory.createComposite(scrolledComposite, SWT.NO_FOCUS); in createMainContents()
H A DTabbedPropertyList.java157 super(parent, SWT.NO_FOCUS); in ListElement()
439 super(parent, SWT.NO_FOCUS); in TopNavigationElement()
522 super(parent, SWT.NO_FOCUS); in BottomNavigationElement()
600 super(parent, SWT.NO_FOCUS); in TabbedPropertyList()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/cursespp/
H A DLayoutBase.cpp43 static const int NO_FOCUS = -2; variable
291 this->focused = NO_FOCUS; in SetFocus()
349 if (this->focused == NO_FOCUS && this->focusMode == FocusModeTerminating) { in FocusNext()
361 this->focused = NO_FOCUS; in FocusNext()
417 this->focused = NO_FOCUS; in FocusPrev()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/
H A DImageMergeViewer.java77 fAncestor= new ImageCanvas(composite, SWT.NO_FOCUS); in createControls()
78 fLeft= new ImageCanvas(composite, SWT.NO_FOCUS); in createControls()
79 fRight= new ImageCanvas(composite, SWT.NO_FOCUS); in createControls()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/src/org/eclipse/jface/notifications/
H A DAbstractNotificationPopup.java108 this(display, SWT.NO_TRIM | SWT.ON_TOP | SWT.NO_FOCUS | SWT.TOOL); in AbstractNotificationPopup()
300 final Composite outerCircle = new Composite(parent, SWT.NO_FOCUS); in createContents()
311 final Composite titleCircle = new Composite(outerCircle, SWT.NO_FOCUS); in createContents()
336 Composite middleContentCircle = new Composite(outerContentCircle, SWT.NO_FOCUS); in createContents()
347 Composite innerContent = new Composite(middleContentCircle, SWT.NO_FOCUS); in createContents()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/views/properties/tabbed/
H A DTabContents.java90 parent, SWT.NO_FOCUS); in createControls()
99 .createComposite(pageComposite, SWT.NO_FOCUS); in createControls()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/
H A DStyledCellLabelProvider.java60 public static final int NO_FOCUS = 1 << 1; field in StyledCellLabelProvider
95 this.style = style & (COLORS_ON_SELECTION | NO_FOCUS) in StyledCellLabelProvider()
203 && (this.style & NO_FOCUS) == 0; in drawFocus()
/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 DBug529431_ShellSetRegion.java48 | SWT.NO_FOCUS | SWT.TOOL); in main()
H A DBug509503_VirtualTableCalculate.java30 final Shell shell = new Shell(display, SWT.NO_FOCUS | SWT.ON_TOP); in main()
H A DBug528284_TCFToolBarIssue.java69 Button button = new Button(labelPanel, SWT.ARROW | SWT.DOWN | SWT.FLAT | SWT.NO_FOCUS); in main()
H A DBug532941_WaylandWindowNoParent.java31 final Shell shell = new Shell(display, SWT.NO_FOCUS | SWT.ON_TOP); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/src/org/eclipse/equinox/internal/p2/ui/discovery/wizards/
H A DOverviewToolTip.java110 …tyledText summaryLabel = new StyledText(summaryContainer, SWT.WRAP | SWT.READ_ONLY | SWT.NO_FOCUS); in createToolTipArea()
115 …summaryLabel = new StyledText(summaryContainer, SWT.WRAP | SWT.READ_ONLY | SWT.NO_FOCUS | SWT.V_SC… in createToolTipArea()
/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 DCanvasTab.java119 if (noFocusButton.getSelection ()) style |= SWT.NO_FOCUS; in createExampleWidgets()
313 noFocusButton.setSelection ((canvas.getStyle () & SWT.NO_FOCUS) != 0); in setExampleWidgetState()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/
H A DTrayDialog.java270 ToolBar toolBar = new ToolBar(parent, SWT.FLAT | SWT.NO_FOCUS); in createHelpImageButton()
286 Link link = new Link(parent, SWT.WRAP | SWT.NO_FOCUS); in createHelpLink()
H A DPopupDialog.java209 public static final int HOVER_SHELLSTYLE = SWT.NO_FOCUS | SWT.ON_TOP | SWT.TOOL;
1401 if ((getShellStyle() & SWT.NO_FOCUS) != 0) { in getDefaultForeground()
1413 if ((getShellStyle() & SWT.NO_FOCUS) != 0) { in getDefaultBackground()
/dports/x11-wm/flwm/flwm-1.16/
H A DFrame.H31 NO_FOCUS = 0x0001, // does not take focus enumerator
/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 DProgressBar.java82 style |= SWT.NO_FOCUS; in checkStyle()
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A Dpekwm.hh209 NO_FOCUS = 0 enumerator
/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 DProgressBar.java83 style |= SWT.NO_FOCUS; in checkStyle()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DProgressBar.java83 style |= SWT.NO_FOCUS; in checkStyle()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet125.java82 tip = new Shell (shell, SWT.ON_TOP | SWT.NO_FOCUS | SWT.TOOL); in main()
/dports/x11-wm/i3/i3-4.20.1/parser-specs/
H A Dconfig.spec38 'no_focus' -> NO_FOCUS
180 state NO_FOCUS:
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/src/org/eclipse/equinox/internal/p2/ui/discovery/util/
H A DControlListItem.java91 super(parent, style | SWT.NO_FOCUS); in ControlListItem()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/about/
H A DAboutSystemPage.java59 …text = new Text(outer, SWT.MULTI | SWT.BORDER | SWT.READ_ONLY | SWT.V_SCROLL | SWT.NO_FOCUS | SWT.… in createControl()
/dports/x11-wm/i3-gaps/i3-4.20.1/parser-specs/
H A Dconfig.spec41 'no_focus' -> NO_FOCUS
207 state NO_FOCUS:

12345