Results 1 to 2 of 2
Hi could any one guide me on what language or editor to use to make a graphical interface for a c program on linux(fedora).Basically the user can give command by ...
- 03-06-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 10
Design Graphical Interface
Hi could any one guide me on what language or editor to use to make a graphical interface for a c program on linux(fedora).Basically the user can give command by clicking and choosing various options.Thanx
- 03-06-2010 #2
Well, KDE is built on the qt framework and GNOME uses GTK+. So if you want it to integrate with your dekstop environment, I would choose one of those.


Reply With Quote