mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 17:59:37 +00:00

Right now, we get the following warnings when building the docs: > gtk-doc.xsl: For acronym (nullable) no value found This is because we're not adding the generated annotation glossary to the docs sgml (presumably because we didn't need it as we didn't use GObject-Introspection yet). This commit adds those lines and thus fixes the warnings.
147 lines
5.8 KiB
XML
147 lines
5.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
|
|
'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd'>
|
|
|
|
<book lang="en" id="libgimpwidgets" xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
|
|
<bookinfo>
|
|
<title>GIMP 3 Widgets Library Reference Manual</title>
|
|
<releaseinfo>
|
|
for GIMP <xi:include href="version" parse="text"/>
|
|
</releaseinfo>
|
|
</bookinfo>
|
|
|
|
<part id="libgimpwidgets-widgets">
|
|
<title>GIMP Widgets</title>
|
|
|
|
<chapter id="libgimpwidgets-hierarchy">
|
|
<title>Object Hierarchy</title>
|
|
<xi:include href="xml/tree_index.sgml" />
|
|
</chapter>
|
|
<chapter id="libgimpwidgets-gallery">
|
|
<title>Widget Gallery</title>
|
|
<xi:include href="visual-index.xml" />
|
|
</chapter>
|
|
|
|
<xi:include href="xml/gimpbrowser.xml" />
|
|
<xi:include href="xml/gimpbusybox.xml" />
|
|
<xi:include href="xml/gimpbutton.xml" />
|
|
<xi:include href="xml/gimpchainbutton.xml" />
|
|
<xi:include href="xml/gimpcolorarea.xml" />
|
|
<xi:include href="xml/gimpcolorbutton.xml" />
|
|
<xi:include href="xml/gimpcolorhexentry.xml" />
|
|
<xi:include href="xml/gimpcolorscale.xml" />
|
|
<xi:include href="xml/gimpcolorselection.xml" />
|
|
<xi:include href="xml/gimpcolorprofilechooserdialog.xml" />
|
|
<xi:include href="xml/gimpcolorprofilestore.xml" />
|
|
<xi:include href="xml/gimpcolorprofilecombobox.xml" />
|
|
<xi:include href="xml/gimpcolorprofileview.xml" />
|
|
<xi:include href="xml/gimpdialog.xml" />
|
|
<xi:include href="xml/gimpenumstore.xml" />
|
|
<xi:include href="xml/gimpenumcombobox.xml" />
|
|
<xi:include href="xml/gimpenumlabel.xml" />
|
|
<xi:include href="xml/gimpfileentry.xml" />
|
|
<xi:include href="xml/gimpframe.xml" />
|
|
<xi:include href="xml/gimphintbox.xml" />
|
|
<xi:include href="xml/gimpintcombobox.xml" />
|
|
<xi:include href="xml/gimpintstore.xml" />
|
|
<xi:include href="xml/gimpmemsizeentry.xml" />
|
|
<xi:include href="xml/gimpnumberpairentry.xml" />
|
|
<xi:include href="xml/gimpoffsetarea.xml" />
|
|
<xi:include href="xml/gimppageselector.xml" />
|
|
<xi:include href="xml/gimppatheditor.xml" />
|
|
<xi:include href="xml/gimppickbutton.xml" />
|
|
<xi:include href="xml/gimppreviewarea.xml" />
|
|
<xi:include href="xml/gimppreview.xml" />
|
|
<xi:include href="xml/gimpruler.xml" />
|
|
<xi:include href="xml/gimpscrolledpreview.xml" />
|
|
<xi:include href="xml/gimpsizeentry.xml" />
|
|
<xi:include href="xml/gimpstringcombobox.xml" />
|
|
<xi:include href="xml/gimpunitstore.xml" />
|
|
<xi:include href="xml/gimpunitcombobox.xml" />
|
|
<xi:include href="xml/gimpzoommodel.xml" />
|
|
</part>
|
|
|
|
<part id="libgimpwidgets-cell-renderers">
|
|
<title>Cell Renderers for GtkTreeView</title>
|
|
<xi:include href="xml/gimpcellrenderercolor.xml" />
|
|
<xi:include href="xml/gimpcellrenderertoggle.xml" />
|
|
</part>
|
|
|
|
<part id="libgimpwidgets-colordisplay">
|
|
<title>GIMP Display Filters</title>
|
|
<xi:include href="xml/gimpcolordisplay.xml" />
|
|
<xi:include href="xml/gimpcolordisplaystack.xml" />
|
|
</part>
|
|
|
|
<part id="libgimpwidgets-colorselector">
|
|
<title>GIMP Color Selectors</title>
|
|
<xi:include href="xml/gimpcolorselector.xml" />
|
|
<xi:include href="xml/gimpcolornotebook.xml" />
|
|
<xi:include href="xml/gimpcolorscales.xml" />
|
|
<xi:include href="xml/gimpcolorselect.xml" />
|
|
</part>
|
|
|
|
<part id="libgimpwidgets-controller">
|
|
<title>GIMP Controllers</title>
|
|
<para>
|
|
Note that the controller API is work in progress.
|
|
</para>
|
|
<xi:include href="xml/gimpcontroller.xml" />
|
|
</part>
|
|
|
|
<part id="libgimpwidgets-utils">
|
|
<title>GIMP Widgets Utilities</title>
|
|
<xi:include href="xml/gimpcairo-utils.xml" />
|
|
<xi:include href="xml/gimphelpui.xml" />
|
|
<xi:include href="xml/gimpquerybox.xml" />
|
|
<xi:include href="xml/gimpicons.xml" />
|
|
<xi:include href="xml/gimpenumwidgets.xml" />
|
|
<xi:include href="xml/gimppropwidgets.xml" />
|
|
<xi:include href="xml/gimpwidgets.xml" />
|
|
<xi:include href="xml/gimpwidgetsutils.xml" />
|
|
</part>
|
|
|
|
<index id="api-index-full">
|
|
<title>Index</title>
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
<index role="2.2" id="api-index-2-2">
|
|
<title>Index of new symbols in GIMP 2.2</title>
|
|
<xi:include href="xml/api-index-2.2.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
<index role="2.4" id="api-index-2-4">
|
|
<title>Index of new symbols in GIMP 2.4</title>
|
|
<xi:include href="xml/api-index-2.4.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
<index role="2.6" id="api-index-2-6">
|
|
<title>Index of new symbols in GIMP 2.6</title>
|
|
<xi:include href="xml/api-index-2.6.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
<index role="2.8" id="api-index-2-8">
|
|
<title>Index of new symbols in GIMP 2.8</title>
|
|
<xi:include href="xml/api-index-2.8.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
<index role="2.10" id="api-index-2-10">
|
|
<title>Index of new symbols in GIMP 2.10</title>
|
|
<xi:include href="xml/api-index-2.10.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
<index role="2.10.4" id="api-index-2-10-4">
|
|
<title>Index of new symbols in GIMP 2.10.4</title>
|
|
<xi:include href="xml/api-index-2.10.4.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
<index role="2.10.10" id="api-index-2-10-10">
|
|
<title>Index of new symbols in GIMP 2.10.10</title>
|
|
<xi:include href="xml/api-index-2.10.10.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
<index role="3.0" id="api-index-3-0">
|
|
<title>Index of new symbols in GIMP 3.0</title>
|
|
<xi:include href="xml/api-index-3.0.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
<index role="deprecated" id="api-index-deprecated">
|
|
<title>Index of deprecated symbols</title>
|
|
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
|
|
</book>
|