It seems that the gtk_style_context_get_property()
function has been deprecated in gtk4:
I'm having trouble locating any replacement functions in gtk4. My goal is to retrieve the border color defined by the current theme for a specific widget class and apply it to my custom widget.