stylecontext: Get rid of gtk_style_context_get()
authorBenjamin Otte <otte@redhat.com>
Mon, 27 Jan 2020 23:27:36 +0000 (00:27 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 28 Jan 2020 01:58:02 +0000 (02:58 +0100)
commit632fab0ca702b600fde492319ab0aa2d9d3bbd08
treecf0972443ecdf15fb833cf5be7cbbed754124153
parent43339f1c1c9d4330679a92affac71df71ef5fc40
stylecontext: Get rid of gtk_style_context_get()

... and replace all the calls to it with
gtk_style_context_peek_property().

All the calls are hacks that need to go away btw.
docs/reference/gtk/gtk4-sections.txt
gtk/gtkcellrenderertext.c
gtk/gtkflowbox.c
gtk/gtkimcontextime.c
gtk/gtkstylecontext.c
gtk/gtkstylecontext.h
gtk/gtktexthandle.c
gtk/gtktextlayout.c
gtk/gtktextutil.c
gtk/gtktextview.c