GTK4: gtk_paint_x()
authorColin Clark <colin.clark@cclark.uk>
Thu, 21 Sep 2023 13:36:51 +0000 (14:36 +0100)
committerColin Clark <colin.clark@cclark.uk>
Thu, 21 Sep 2023 13:36:51 +0000 (14:36 +0100)
commit71b88b7908dadcf382254a0ffaacf64ac4b9c50a
treeee7af2afdf43f95886f009d480e281a262154922
parentc22aa62bf3480d252b7ab212d2fcbd09f8ba1214
GTK4: gtk_paint_x()

GTK4 migration

- gtk_paint_flat_box() Replaced by gtk_render_frame() and
gtk_render_background()
- gtk_paint_focus() Replaced by gtk_render_focus()
- gtk_paint_shadow() Replaced by gtk_render_frame()
src/image.cc