PDA

View Full Version : Gnome programming is scary...need help



MisterBigToe
March 29th, 2006, 08:19 AM
A friend of mine got me interested in programming with Glade. I know a little C/C++ and wanted to know if someone knew of an example or something that could help with developing a Glade program that will write to a file. Anyone?

tribaal
March 29th, 2006, 08:32 AM
You might want to have a look at this (http://wingtk.sourceforge.net/ishan/glade.html), and this (http://wingtk.sourceforge.net/ishan/starting.html) can help too.

Cheers! :cool:

- Trib'

TitusDalwards
March 31st, 2006, 08:39 AM
you can learn GTK+ bvefore glade because GTK is the code version of Glde you make a button with a code instead visual(like in Glade).at first start to write codes and compile them if you have problem i cam help you as quick as i can

nmarshall
March 31st, 2006, 11:01 AM
go out and buy The Official GNOME 2 Developer's Guide. that will show you everything you need to know about how to program gnome. I would also take a look at gob2 as it makes building gobjects easyer.