Is there a way to load an image from a c file just like we can do for icons? I couldn't find any question about this.
window.setIcon(triangle_icon.height,triangle_icon.width,triangle_icon.pixel_data);
Edit: I mean, there are methods to load these .c images, but is there a
setIcon
like quick method for this?