tags:

views:

198

answers:

2

I just downloaded and installed GLADE. What are some good tutorials for the C language?

+2  A: 

"Linux Today" has A Pair of Glade Tutorials

and this one GTK+ and Glade3 GUI Programming Tutorial has examples in C (as well as Python).

Most tutorials, though, use C++ or C#.

nzpcmad
+3  A: 

This tutorial goes in details with examples in both C and Python: Designing a User Interface using Glade

TStamper
+1 for @TStamper for the same link. His answer was added while I was editing my answer! That seems to happen a lot on SO.
nzpcmad
@nzpcmad: Yeah, happens to me all the time.
Lucas McCoy