Color RenderThemeGtk::inactiveListBoxSelectionForegroundColor() const { GtkWidget* widget = gtkTreeView(); return gtk_widget_get_style(widget)->text[GTK_STATE_ACTIVE]; }
Color RenderThemeGtk::activeListBoxSelectionForegroundColor() const { GtkWidget* widget = gtkTreeView(); return widget->style->text[GTK_STATE_SELECTED]; }
Color RenderThemeGtk::activeListBoxSelectionBackgroundColor() const { GtkWidget* widget = gtkTreeView(); return gtk_widget_get_style(widget)->base[GTK_STATE_SELECTED]; }
Color RenderThemeGtk::inactiveListBoxSelectionBackgroundColor() const { GtkWidget* widget = gtkTreeView(); return widget->style->base[GTK_STATE_ACTIVE]; }