PDA

View Full Version : GTK+ API Reference Documentation



rba1988
September 15th, 2008, 11:00 AM
Hi. Does anyone know where I can find and download an API reference documentation for GTK+ similar to that of Java's API Reference? I'm currently studying how to write GUIs using the GTK+ library so I can write nice gui front ends for my console apps. Having an api reference to the routines and classes of the library would be useful since I mostly work offline. Thanks in advance.:D

mike_g
September 15th, 2008, 11:29 AM
here you go: http://library.gnome.org/devel/gtk/

nvteighen
September 15th, 2008, 11:41 AM
Even better:


sudo apt-get install libgtk2.0-doc devhelp


Devhelp is a great documentation browser that will make you life easier when looking at GTK+'s docs. It also supports a bunch of other documentations (Python's, for example).