Thanks in advance for the help.
Here’s the situation:
- I would like to set up an interaction that changes the background color of a GtkTextView under certain circumstances, e.g. if it’s focused.
- I have found methods such as gtk_text_set_attributes and gtk_label_set_attributes.
- However, I can’t find an equivalent for GtkTextView.
Thoughts on why such an equivalent doesn’t exist, and how I might build a workaround?
Thank you!