PDA

View Full Version : Learning Glade..



ihavenoname
March 9th, 2007, 04:19 AM
I would like to learn to program guis for linux. I mainly program with c++ and python. Does anyone know of good tutorials for programming glade using those two languages. (I really have no clue how glade even works)

If anyone knows of a good tutorial or a good way to learn please tell me. (All advise is welcomed)

zachtib
March 9th, 2007, 04:26 AM
I would like to learn to program guis for linux. I mainly program with c++ and python. Does anyone know of good tutorials for programming glade using those two languages. (I really have no clue how glade even works)

If anyone knows of a good tutorial or a good way to learn please tell me. (All advise is welcomed)


http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/

ihavenoname
March 9th, 2007, 05:13 AM
http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/

Thanx. Does this apply for c++ also or is that different?

zachtib
March 9th, 2007, 06:41 PM
Thanx. Does this apply for c++ also or is that different?

that's just python

DoctorMO
March 9th, 2007, 08:26 PM
the glade part is just the gui language, I tend to write my own xml because gaspatcho and glade.app have bugs that annoy me.

ihavenoname
March 10th, 2007, 12:13 AM
the glade part is just the gui language, I tend to write my own xml because gaspatcho and glade.app have bugs that annoy me.


So what is the gui language? I was under the impression that you had to learn specific code to bind glade to work for each languages.