<?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 Widgets Library Reference Manual</title>
    <xi:include href="releaseinfo.xml"/>
  </bookinfo>

  <para>
    This library contains Gwyddion extension Gtk+ widgets and widget
    utilities.
  </para>
  <chapter id="DataWindowWidgets">
    <para>
      <link linkend="GwyDataView">GwyDataView</link> is the basic
      twodimensional data display widget used in Gwyddion. It displays a
      <link linkend="GwyDataFields">data field</link>, and may contain a
      <link linkend="GwyVectorLayer">vector layer</link> allowing user to
      `draw' on the view.  It is often packed together with
      <link linkend="GwyColorAxis">GwyColorAxis</link> and other widgets
      to a <link linkend="GwyDataWindow">GwyDataWindow</link>.
    </para>
    <title>Data Windows and Views</title>
    <xi:include href="xml/gwydatawindow.xml"/>
    <xi:include href="xml/gwydataview.xml"/>
    <xi:include href="xml/gwydataviewlayer.xml"/>
    <xi:include href="xml/gwyvectorlayer.xml"/>
    <xi:include href="xml/color-axis.xml"/>
    <xi:include href="xml/layer-axis.xml"/>
    <xi:include href="xml/layer-cross.xml"/>
    <xi:include href="xml/layer-ellipse.xml"/>
    <xi:include href="xml/layer-lattice.xml"/>
    <xi:include href="xml/layer-line.xml"/>
    <xi:include href="xml/layer-path.xml"/>
    <xi:include href="xml/layer-point.xml"/>
    <xi:include href="xml/layer-quad.xml"/>
    <xi:include href="xml/layer-rectangle.xml"/>
  </chapter>

  <chapter id="GraphWidgets">
    <title>Graphs</title>
    <xi:include href="xml/graph.xml"/>
    <xi:include href="xml/graph-window.xml"/>
    <xi:include href="xml/gwygraphmodel.xml"/>
    <xi:include href="xml/gwygraphcurvemodel.xml"/>
    <xi:include href="xml/graph-area.xml"/>
    <xi:include href="xml/graph-axis.xml"/>
    <xi:include href="xml/graph-key.xml"/>
    <xi:include href="xml/graph-data.xml"/>
    <xi:include href="xml/graph-curves.xml"/>
    <xi:include href="xml/graph-corner.xml"/>
    <xi:include href="xml/graph-curve-dialog.xml"/>
  </chapter>

  <chapter id="Widgets3D">
    <title>OpenGL 3D Widgets</title>
    <xi:include href="xml/gwyglview.xml"/>
    <xi:include href="xml/gwyglwindow.xml"/>
    <xi:include href="xml/gwyglsetup.xml"/>
    <xi:include href="xml/gwygllabel.xml"/>
  </chapter>

  <chapter id="GeneralWidgets">
    <title>General Widgets</title>
    <xi:include href="xml/adjust-bar.xml"/>
    <xi:include href="xml/ruler.xml"/>
    <xi:include href="xml/sci-text.xml"/>
    <xi:include href="xml/inventory-store.xml"/>
    <xi:include href="xml/null-store.xml"/>
  </chapter>

  <chapter id="ColorWidgets">
    <title>Color and Gradient Widgets</title>
    <xi:include href="xml/color-button.xml"/>
    <xi:include href="xml/color-swatch.xml"/>
    <xi:include href="xml/color-wheel.xml"/>
    <xi:include href="xml/color-editor.xml"/>
    <xi:include href="xml/color-dialog.xml"/>
    <xi:include href="xml/gradient-swatch.xml"/>
    <xi:include href="xml/shader.xml"/>
    <xi:include href="xml/cell-renderer-color.xml"/>
    <xi:include href="xml/cell-renderer-gradient.xml"/>
  </chapter>

  <chapter id="WidgetUtilities">
    <title>Widget Utilities</title>
    <xi:include href="xml/gwyui.xml"/>
    <xi:include href="xml/utils.xml"/>
    <xi:include href="xml/pixbuf-render.xml"/>
    <xi:include href="xml/icons.xml"/>
    <xi:include href="xml/gwyoptionmenus.xml"/>
    <xi:include href="xml/grain-value-tree-view.xml"/>
    <xi:include href="xml/gwycombobox.xml"/>
    <xi:include href="xml/radio-buttons.xml"/>
    <xi:include href="xml/check-boxes.xml"/>
    <xi:include href="xml/fit-table.xml"/>
    <xi:include href="xml/correl-table.xml"/>
    <xi:include href="xml/sensitivity-group.xml"/>
  </chapter>

  <index id="api-index-all">
    <title>Index of all symbols</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>
