I want to make a simple interface using c with some buttons which perform some action when button is pressed.Im using GCC on fedora.If any one knows a good tutorial please do mention.Thanks
|
Ambitious contributor
|
|
| 11Feb2010,18:47 | #1 |
|
Hi, My question is :
I want to make a simple interface using c with some buttons which perform some action when button is pressed.Im using GCC on fedora.If any one knows a good tutorial please do mention.Thanks
|
|
Contributor
|
|
| 11Feb2010,21:24 | #2 |
|
Ack! There's nothing "simple" about Xorg and GUI stuff. Your best bet might be to learn some GTK and use Glade to design your form. If you want to go with C++ and OOP, then qt has some nice GUI tools as well. At any rate, the learning curve going from simple command line apps to GUI apps is a steep one.
|
|
Ambitious contributor
|
|
| 11Feb2010,23:47 | #3 |
|
Quote:
Originally Posted by Gene Poole .Well thanks anyways
|
|
Contributor
|
|
| 12Feb2010,02:03 | #4 |
|
Ambitious contributor
|
|
| 12Feb2010,18:26 | #5 |
|
Ok lemme try that...
|