with gtk it's possible to set fg_color to all widget: is it correct? is fg color inherited?

GdkColor color;

Property definitions

gtk $ GtkWidget :: fg_color=
	# with gtk it's possible to set fg_color to all widget: is it correct? is fg color inherited?
	# GdkColor color;
	fun fg_color=(state: GtkStateType, color: GdkRGBA) `{
		gtk_widget_override_color(self, state, color);
	`}
lib/gtk/v3_4/gtk_core.nit:104,2--108,3