PDA

View Full Version : Guide for Glade?



sudo san
May 31st, 2013, 04:39 PM
Hi, I have been inspired to create GUI applications by Jono Bacon's video on youtube about creating applications in Glade.

Although he goes through creating a simple application (maybe simple to him but maybe not so simple to beginner programmers like me) but is there a guide to using and manipulating Glade (and Python)? I have been slowly studding the python tutorial but I can't find one for Glade.

Please post any suggestions of any websites or books helping you to learn how to use Glade.

Many thanks in advance.

slickymaster
May 31st, 2013, 04:54 PM
Glade Reference Manual (http://www.fifi.org/doc/glade-doc/help/glade/C/user-guide/)
A Beginner's Guide to Using pyGTK and Glade (http://www.linuxjournal.com/article/6586)

sudo san
May 31st, 2013, 05:09 PM
Glade Reference Manual (http://www.fifi.org/doc/glade-doc/help/glade/C/user-guide/)
A Beginner's Guide to Using pyGTK and Glade (http://www.linuxjournal.com/article/6586)

Thanks, I will read later.

eightbits2010
July 31st, 2013, 03:39 AM
I went to the suggested article but not sure how dated it is? It doesn't look right (from a newbee here...) in that the article doesn't show the actual Glade application screens, But, I will go back and read it, this is just first glance.http://ubuntuforums.org/images/smilies/confused.gif But, I am starting to make a little progress. Not sure if this is the best forum to ask glade questions(?)
UPDATE: I went back and looked at the artical. This snippit :
self.wTree=gtk.glade.XML (gladefile,windowname)
look unlike other examples I have used today. So, this is indeed confusing. I also see the artical is from 2003. Perhaps that is the difference, new version of Glade?