Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp266 GdkColor *gtkAltBase = NULL; in standardPalette() local
267 d->gtk_widget_style_get(gtkTreeView, "odd-row-color", &gtkAltBase, NULL); in standardPalette()
268 if (gtkAltBase) { in standardPalette()
269 … alternateRowColor = QColor(gtkAltBase->red>>8, gtkAltBase->green>>8, gtkAltBase->blue>>8); in standardPalette()
270 d->gdk_color_free(gtkAltBase); in standardPalette()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp379 GdkColor *gtkAltBase = NULL; in standardPalette() local
380 gtk_widget_style_get(gtkTreeView, "odd-row-color", &gtkAltBase, NULL); in standardPalette()
381 if (gtkAltBase) { in standardPalette()
382 … alternateRowColor = QColor(gtkAltBase->red>>8, gtkAltBase->green>>8, gtkAltBase->blue>>8); in standardPalette()
383 gdk_color_free(gtkAltBase); in standardPalette()