How do I change the colour of a button's text in Haskell (GTK)?
The code that I am using at the moment is:
button <- xmlGetWidget xml castToButton "buttonLabel"
Should I change the colour from within the program code, or I could do it in the XML as well?