Big Chungus
01/17/2020, 10:19 AMbackground-colour
to GTK3 button? Preferably with inline css (no .css files)Kavan
01/17/2020, 10:27 AMgdk_color_parse ("red", &color);
gtk_widget_modify_bg ( GTK_WIDGET(button), GTK_STATE_NORMAL, &color);
Big Chungus
01/17/2020, 10:28 AMBig Chungus
01/17/2020, 10:29 AMBig Chungus
01/17/2020, 10:31 AMnapperley
01/18/2020, 2:37 AMnapperley
01/18/2020, 2:39 AM