Home
last modified time | relevance | path

Searched refs:applyBackgroundColor (Results 1 – 6 of 6) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/
H A DPopupDialog.java1364 applyBackgroundColor(color, composite, getBackgroundColorExclusions()); in applyColors()
1486 private void applyBackgroundColor(Color color, Control control, in applyBackgroundColor() method in PopupDialog
1494 applyBackgroundColor(color, element, exclusions); in applyBackgroundColor()
1529 protected void applyBackgroundColor(Color color, Control control) { in applyBackgroundColor() method in PopupDialog
1530 applyBackgroundColor(color, control, getBackgroundColorExclusions()); in applyBackgroundColor()
/dports/games/scourge/scourge/src/gui/
H A Dwidget.h154 inline void applyBackgroundColor( bool opaque = false ) {
H A Dwidget.cpp168 applyBackgroundColor( true ); in drawButton()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/
H A DQuickOutlinePopupDialog.java262 applyBackgroundColor(background, getContents()); in setBackgroundColor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/
H A DInspectPopupDialog.java341 applyBackgroundColor(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND), paneControl); in paneChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/
H A DAbstractInformationControl.java751 applyBackgroundColor(background, getContents()); in setBackgroundColor()