- Fixed some colors
- Added SetWindowColor
Thanks to Shardik. I hope I got to insert it

Link: https://www.purebasic.fr/german/viewtop ... or#p347885
I have just tried my original code example to change the window's background color (which should work on all GTK3 versions) and it works like a charm on my Raspberry Pi 400.
Thank you for the quick bugfix. But using GtkGadgetColor::GtkSetWindowColor(Window, Color) still doesn't work on Raspberry Pi because GtkGadgetColor::CSSColorString(Color) always returns #FFFFFF (tested with #Yellow and #White).mk-soft wrote: Sat Dec 04, 2021 1:46 pm - Bugfix ASM-Code to C-Code (PB v6.00)
Please test update for C-Code on Raspberry Pi. On Ubuntu work fine.
Now setting the background color is also correctly working on the Raspberry Pi. Thank you!