SDL_Surface into GTK Window
问题 I'm currently making a project in my IT School and I work with SDL (The project is image processing and stuff like that), and currently I just display the image with SDL without interface (buttons etc...). I know a little bit about GTK so I want to know if I can display an image (here a SDL_Surface) into a GTK window I made some research but nothing was very clear... Thank you ! 回答1: Drawing widgets using SDL Drawing widgets(menu, buttons etc) using SDL drawing functions and handling actions