
Originally Posted by
devius
I agree with the users who ask for more documentation for developing programs. Right now it's a mess. Ok, to be fair, for C it's alright, although it's not the most complete and thorough documentation out there, but for any other supported language you're on your own.
Here's the deal: The user wants to make a program using a high-level programming language, so he chooses Python or JavaScript. JavaScript documentation simply doesn't exist. Zero. Nothing. Zilch. PyGTK is deprecated, yet it's the only thing that's properly documented as finding anything that relates to PyGO is very hard. Usually it's just examples on how to port existing PyGTK projects. The problem is that having never done anything in PyGTK, it's hard to even know where to begin due to the whole PYGO vs PyGTK debacle...
Right now I'm giving Quickly a go, but even that is far from ideal as there are conflicts in the very own files it generates that prevent the built program from working correctly without modifications to the ui file. Bottom line, if you want to learn how to make GTK programs go with C. Don't know C? You'll save time if you learn C first and then go back to making the actual program.