c++ sdl: can i have an sdl-opengl window inside a menu and buttons i created with glade?
- by ufk
Hiya.
I used glade to create some gtk buttons.
is it possible to add an sdl-opengl window to a glade application ? if so, how ?
how can I interact between the gtk events and the sdl events inside the gtk window ?
thanks