Home
last modified time | relevance | path

Searched refs:selectionBackgroundColor (Results 1 – 25 of 98) sorted by relevance

1234

/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 DCTabFolderTab.java61 Color selectionForegroundColor, selectionBackgroundColor, itemForegroundColor, itemBackgroundColor; field in CTabFolderTab
126 if (selectionBackgroundColor != null) selectionBackgroundColor.dispose(); in createColorAndFontGroup()
131 selectionBackgroundColor = null; in createColorAndFontGroup()
155 Color oldColor = selectionBackgroundColor; in changeFontOrColor()
160 oldColor = selectionBackgroundColor; in changeFontOrColor()
161 selectionBackgroundColor = new Color (display, rgb); in changeFontOrColor()
412 oldColor = selectionBackgroundColor; in resetColorsAndFonts()
413 selectionBackgroundColor = null; in resetColorsAndFonts()
536 tabFolder1.setSelectionBackground(selectionBackgroundColor); in setSelectionBackground()
539 Color color = selectionBackgroundColor; in setSelectionBackground()
/dports/databases/kexi/kexi-3.2.0/src/widget/tableview/
H A DKexiTableScrollAreaHeader.cpp82 headerWidget->selectionBackgroundColor(), in drawControl()
106 : selectionBackgroundColor(qApp->palette().highlight().color()) in Private()
111 QColor selectionBackgroundColor; member in KexiTableScrollAreaHeader::Private
232 d->selectionBackgroundColor = color; in setSelectionBackgroundColor()
235 QColor KexiTableScrollAreaHeader::selectionBackgroundColor() const in selectionBackgroundColor() function in KexiTableScrollAreaHeader
237 return d->selectionBackgroundColor; in selectionBackgroundColor()
H A DKexiTableScrollAreaHeader.h46 QColor selectionBackgroundColor() const;
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dtext-box.c59 ClutterColor *selectionBackgroundColor; member
590 if(priv->selectionBackgroundColor) in _xfdashboard_text_box_dispose()
592 clutter_color_free(priv->selectionBackgroundColor); in _xfdashboard_text_box_dispose()
593 priv->selectionBackgroundColor=NULL; in _xfdashboard_text_box_dispose()
946 priv->selectionBackgroundColor=NULL; in xfdashboard_text_box_init()
1335 return(self->priv->selectionBackgroundColor); in xfdashboard_text_box_get_selection_background_color()
1348 if(priv->selectionBackgroundColor!=inColor || in xfdashboard_text_box_set_selection_background_color()
1349 (priv->selectionBackgroundColor && in xfdashboard_text_box_set_selection_background_color()
1357 if(priv->selectionBackgroundColor) in xfdashboard_text_box_set_selection_background_color()
1359 clutter_color_free(priv->selectionBackgroundColor); in xfdashboard_text_box_set_selection_background_color()
[all …]
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/libkirigami/
H A Dbasictheme_p.h59 Q_PROPERTY(QColor selectionBackgroundColor MEMBER selectionBackgroundColor NOTIFY changed)
127 QColor selectionBackgroundColor = QColor{"#2196F3"};
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/globals/
H A DTheme.h68 static QColor selectionBackgroundColor() { in selectionBackgroundColor() function
/dports/deskutils/py-paperless/paperless-2.7.0/presentation/css/theme/source/
H A Dnight.scss29 $selectionBackgroundColor: #e7ad52; variable
H A Dserif.scss26 $selectionBackgroundColor: #26351C; variable
H A Dbeige.scss27 $selectionBackgroundColor: rgba(79, 64, 28, 0.99); variable
H A Dsky.scss30 $selectionBackgroundColor: #134674; variable
/dports/science/tfel/tfel-3.4.0/docs/html/reveal.js/css/theme/source/
H A Dnight.scss29 $selectionBackgroundColor: #e7ad52; variable
H A Dserif.scss26 $selectionBackgroundColor: #26351C; variable
H A Dbeige.scss27 $selectionBackgroundColor: rgba(79, 64, 28, 0.99); variable
/dports/science/tfel-edf/tfel-3.2.1/docs/html/reveal.js/css/theme/source/
H A Dnight.scss29 $selectionBackgroundColor: #e7ad52; variable
H A Dserif.scss26 $selectionBackgroundColor: #26351C; variable
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/npm-asset/reveal.js/css/theme/source/
H A Dnight.scss29 $selectionBackgroundColor: #e7ad52; variable
H A Dserif.scss26 $selectionBackgroundColor: #26351C; variable
/dports/graphics/qgis/qgis-3.22.3/resources/themes/Blend of Gray/
H A Dqscintilla.ini6 selectionBackgroundColor=#d7d7d7 key
/dports/graphics/qgis/qgis-3.22.3/resources/themes/Night Mapping/
H A Dqscintilla.ini6 selectionBackgroundColor=#d7d7d7 key
/dports/graphics/qgis-ltr/qgis-3.16.16/resources/themes/Blend of Gray/
H A Dqscintilla.ini6 selectionBackgroundColor=#d7d7d7 key
/dports/graphics/qgis-ltr/qgis-3.16.16/resources/themes/Night Mapping/
H A Dqscintilla.ini6 selectionBackgroundColor=#d7d7d7 key
/dports/deskutils/py-paperless/paperless-2.7.0/presentation/css/theme/template/
H A Dsettings.scss36 $selectionBackgroundColor: #FF5E99; variable
/dports/science/tfel/tfel-3.4.0/docs/html/reveal.js/css/theme/template/
H A Dsettings.scss36 $selectionBackgroundColor: #FF5E99; variable
/dports/science/tfel-edf/tfel-3.2.1/docs/html/reveal.js/css/theme/template/
H A Dsettings.scss36 $selectionBackgroundColor: #FF5E99; variable
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/npm-asset/reveal.js/css/theme/template/
H A Dsettings.scss38 $selectionBackgroundColor: #FF5E99; variable

1234