1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<p>
Several aspects of LuaGnome are documented here. Should you seriously
consider writing non-trivial software using LuaGnome, please read all of these
pages (with the possible exception of the internal architecture).
</p>
<p>
A probably lesser useful documentation is automatically generated from the
source code and specially formatted comments (LuaDoc). It is probably a mess
and won't help much to write software, but might be useful when hacking
LuaGnome.
</p>
<p>
<a href="../reference/index.html">Starting point</a>.
</p>
<h3>Supported Libraries</h3>
<p>
As of May 2009, the following libraries are available (in alphabetical
order):
</p>
<ul>
<li>atk</li>
<li>cairo</li>
<li>clutter</li>
<li>gconf</li>
<li>gdk</li>
<li>gio</li>
<li>glib</li>
<li>gnet</li>
<li>gtk</li>
<li>gtkhtml</li>
<li>gtksourceview</li>
<li>gtkspell</li>
<li>libxml2</li>
<li>pango</li>
</ul>
<h3>Glossar</h3>
<p>
Some terms used in the documentation may need an explanation:
</p>
<dl>
<dt>library</dt><dd>This usually refers to a wrapped library, like
glib, gdk or gtk.</dd>
<dt>module</dt><dd>Part of LuaGnome which wraps one library.</dd>
</dl>
|