PDA

View Full Version : Calling "dialog" (or something alike) from C


davidfossil
February 3rd, 2006, 11:17 AM
Does anyone know an easy way to create som simple UI for a C program? I'm thinking of something like the dialog command (apt-get install dialog), preferably with some kind of C header file wrapper?

lnostdal
February 3rd, 2006, 10:43 PM
GTK is easy .. check out it's tutorial :)