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
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
<title>Gwyddion Drawing Library Reference Manual</title>
<xi:include href="releaseinfo.xml"/>
</bookinfo>
<para>
This library contains low-level data visualization and color handling
functions.
</para>
<xi:include href="xml/gwyrgba.xml"/>
<xi:include href="xml/gwygradient.xml"/>
<xi:include href="xml/gwyglmaterial.xml"/>
<xi:include href="xml/gwypixfield.xml"/>
<xi:include href="xml/gwyselection.xml"/>
<xi:include href="xml/gwydrawenums.xml"/>
<xi:include href="xml/gwydraw.xml"/>
<!-- API INDICES BEGIN -->
<index id="api-index-all">
<title>Index of all symbols</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-2-16">
<title>Index of new symbols in 2.16</title>
<xi:include href="xml/api-index-2.16.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-2-32">
<title>Index of new symbols in 2.32</title>
<xi:include href="xml/api-index-2.32.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-2-39">
<title>Index of new symbols in 2.39</title>
<xi:include href="xml/api-index-2.39.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-2-43">
<title>Index of new symbols in 2.43</title>
<xi:include href="xml/api-index-2.43.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-2-47">
<title>Index of new symbols in 2.47</title>
<xi:include href="xml/api-index-2.47.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-2-49">
<title>Index of new symbols in 2.49</title>
<xi:include href="xml/api-index-2.49.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-2-52">
<title>Index of new symbols in 2.52</title>
<xi:include href="xml/api-index-2.52.xml"><xi:fallback /></xi:include>
</index>
<!-- API INDICES END -->
</book>
|