When using the komodo ide for php I could interact with my program, putting in data and using checkboxes and other HTML controls while debugging the code in the IDE. I would like to do the same thing for a C project. Geany uses GTK+ which has controls. Can I interact in some terminal while debugging in the geany ide? Can I use other libraries like allegro to get controls that I can interact with? Thanks, rm_