independent GUI

Hi,
I use SDL for developing and now need a plattform independent GUI, for buttons, listbox etc. The only one I know is Qt. Are there any others out there you can recommend?
I know this question is kind of stupid, but I’m new to this kind of programming.
Thanks

search keyword FOX

this independent GUI maybe a nice choice.

                ^_^

I like the QT API, good crossplatform support, Windows, Mac, Linux.

Originally posted by zotto:
Hi,
I use SDL for developing and now need a plattform independent GUI, for buttons, listbox etc. The only one I know is Qt. Are there any others out there you can recommend?
I know this question is kind of stupid, but I’m new to this kind of programming.
Thanks

Qt is great, but Trolltech is a little restrictive on the usage. I prefer using wxWindows, even though the initial compile process was a little troublesome.