interface design

hi everybody
i m new to opengl in linux. i wanna know if its possible to desing a user interface containig text boxes, buttons,check boxes in opengl in linux using glut library.
if its so plz gimme some material or links to some tut sites.
if not is there any other way to desing user interface in C in linux
thnx in advance
bye

There is a linux/opengl discussion forum. You should post it there.

But for now: don’t know much about glut, but there are gadget toolkits for X that have OpenGL support. Gtk, Fltk and Qt for example. Which to choose depends on your programming language and personal favour.