Reputation: 32094
I used glade to create some gtk buttons.
thanks
Upvotes: 4
Views: 908
Reputation: 2361
There are at least two extensions to GTK that might help you: GtkGLExt and Gtksdl.
Gtksdl appears to be abandoned, but may contian some useful code. GtkGLExt is great if you're not relying on much SDL functionality beyond core OpenGL and events handling.
Upvotes: 2