PDA

View Full Version : where is good documentation for glade 3?



days_of_ruin
May 16th, 2008, 06:22 PM
The stuff at the glade site is really short and doesn't explain how
to make a whole app.I googled and got an old linux journal article but
that was for glade 2.Help!:confused:
btw preferable using pygtk.

MicahCarrick
May 16th, 2008, 08:46 PM
I wrote a tutorial for that very reason.

GTK+ and Glade3 GUI Programming Tutorial - Part 1 (http://www.micahcarrick.com/12-24-2007/gtk-glade-tutorial-part-1.html)

The tutorial is to make a Text Editor using Glade3 and C or Python. That part of the tutorial will cover all the Glade3 stuff and there is a link at the bottom with the complete Python and C source code to implement it (lots of comments). Part 3 will actually walk through the code, but isn't complete yet. I'm actually working on it at this very moment.

slavik
May 17th, 2008, 12:09 AM
you should be able to use the same galde 2 documentation (except the part that generates code).