Home
last modified time | relevance | path

Searched refs:gdkForeground (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp228 GdkColor gdkBg, gdkBase, gdkText, gdkForeground, gdkSbg, gdkSfg, gdkaSbg, gdkaSfg; in standardPalette() local
231 gdkForeground = gtkButton->style->fg[GTK_STATE_NORMAL]; in standardPalette()
246 fg = QColor(gdkForeground.red>>8, gdkForeground.green>>8, gdkForeground.blue>>8); in standardPalette()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp340 GdkColor gdkBg, gdkBase, gdkText, gdkForeground, gdkSbg, gdkSfg, gdkaSbg, gdkaSfg; in standardPalette() local
343 gdkForeground = gtk_widget_get_style(gtkButton)->fg[GTK_STATE_NORMAL]; in standardPalette()
359 fg = QColor(gdkForeground.red>>8, gdkForeground.green>>8, gdkForeground.blue>>8); in standardPalette()