Click to See Complete Forum and Search --> : which web site is helpful for me if I want to programme with GTK+?


lxfg
08-14-2002, 07:06 AM
I want to choose GTK+ ,where I can find some useful message about it? I'm a beginer,is my choice right?

dfx
08-14-2002, 09:21 AM
www.gtk.org has excellent tutorials and docs.

binaryDigit
08-14-2002, 11:04 AM
Originally posted by lxfg
I'm a beginer,is my choice right?

i would say yes, but that's just because i like gtk.
there is also qt.
i've never done anything with qt, but it is another option.
http://www.trolltech.com/products/qt/index.html

X_console
08-14-2002, 12:07 PM
Just thought I'd mention this since you said you're a "beginner" but weren't too specific on what you were a beginner at. If you've never programmed before, then you should know that GTK+ isn't a language by itself. You can think of it as an "add-on" to the C language. So this means that you need a good knowledge of C before you start doing some GTK+.

Infrastructure
08-14-2002, 03:57 PM
Be sure to check out:

Glade (http://glade.gnome.org/)

it's a inteface builder for gtk+, can save you from doing a lot of coding just to get a interface together.

You can also check out:

http://developer.gnome.org/

Good luck with your coding :)