Theo-Dann-Muirhead-Renesas

Results 7 comments of Theo-Dann-Muirhead-Renesas

I'm starting to work on this now, Can it be assigned to me?

I see surfaces are deprecated so I plan to replace the functionality with paintables instead. @akurtakov Does that sound reasonable to you?

Yes, I plan on adding support for paintables alongside surfaces in MenuItem.Java, ImageList.Java and Image.Java.

Hi @raghucssit, I'm working on #2299. I think changes will also need to be made to ImageList.java in order to fix images for GTK4. I don't know if you have...

The main issue is the depreciation of [Cairo surfaces](https://docs.gtk.org/gtk3/property.Image.surface.html) from GTK3 to GTK4. ImageList uses these extensively and an alternative is required, I am currently attempting to substitute with [paintables](https://docs.gtk.org/gtk4/property.Image.paintable.html)...

I've had a look at ToolItem and that seems like a great approach. Thank you for pointing it out.

Yes, I missed that two methods were not originally included