T.Guilleminot wrote:
> 1. I'm unsure of chronology of things to do in the program body. Is the
> following correct :
>a) Create GTK stuff
>b) SDL Hack/SDL_WINDOWID
>c) SDL_INIT
>d) Show GTK widgets
>
Yes that's right. With the only exception being that you have to use
gtk_widget_r
Thanks for your answer. I'm a newbie so I still have a few questions :o) :
1. I'm unsure of chronology of things to do in the program body. Is the
following correct :
a) Create GTK stuff
b) SDL Hack/SDL_WINDOWID
c) SDL_INIT
d) Show GTK widgets
2. You mentioned "this is for gtk1 onl