Small Inti Logo

Documentation

Home
Home
News
News
History
History
FAQ
FAQ
Documentation
Documentation
Download
Download
Contact
Contact
Links
Links


Large Inti Logo


The Inti Documentation.
The Inti tutorial is extensive, easy to read and covers everything you need to know to get started with GTK+ programming using Inti. It begins by discussing the basic structure of the library, its memory management and its usage of signals and slots. It then takes you step-by-step through the process of building your first Inti program: HelloWorld. After that, the tutorial discusses Inti's use of data types, pointers and references, and shows you some advanced signal handling features. That's all in the first three chapters. The next 17 chapters discuss each widget in the library individually and works through an example of each. The tutorial includes several new chapters. "Building an Autotools Project" and "Internationalization and Localization" will take you through the process of building a GNU compliant test project and  shows you how to add internationalization. "String Handling" shows you how easy it is to handle strings with Inti's own standard-string compatible UTF-8 String class. The chapter, "Multi-Threaded Programming" will take you through the steps required to write a multi-threaded Inti application. You should find the tutorial a useful reference as you familiarize yourself with the library. The tutorial is included with each release of Inti, and can be viewed online here.

The Inti reference manual is complete and throughly covers every class and every function in the library. The manual is in the form of Doxygen comments added to the header files and can be compiled with Doxygen 1.3.2 or higher. It will compile with version 1.2.18 but some sections may not appear properly formatted. Beta releases of the library and the CVS require that you  to compile the reference manual yourself. Stable releases of the library come with the reference manual precompiled. Unfortunately the reference manual is too extensive to put online.

The Inti-GConf Documentation
The Inti-GConf reference manual is complete and available online here. Like Inti, the documentation is in the form of Doxygen comments in the header files and comes precompiled with stable releases. There is no tutorial but there are several well commented examples.

The Inti-GL Documentation
The Inti-GL reference manual is complete and available online here. Like Inti, the documentation is in the form of Doxygen comments in the header files and comes precompiled with stable releases. There is no tutorial but there are several well commented examples.

The Inti-SourceView Documentation
The Inti-SourceView reference manual is complete and available online here. Like Inti, the documentation is in the form of Doxygen comments in the header files and comes precompiled with stable releases. There is no tutorial but there is a well commented test progam.