
2004-04-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h * libgimpwidgets/gimpintstore.[ch]: added a GimpIntStore, derived from GtkListStore, to be used by GimpIntComboBox and also by the image and drawable menus. * libgimpwidgets/gimpintcombobox.c: use the new GimpIntStore. * app/widgets/gimpenumstore.[ch]: derive from GimpIntStore, removed API that is provided by the parent class. * app/widgets/gimpenumcombobox.[ch]: derive from GimpIntComboBox, removed API that is provided by the parent class. * app/gui/resize-dialog.c * app/tools/gimpcurvestool.c * app/tools/gimplevelstool.c * app/widgets/gimpcolorframe.c * app/widgets/gimphistogrameditor.c * app/widgets/gimppropwidgets.c * app/widgets/gimpstrokeeditor.c: changed accordingly.
69 lines
2.3 KiB
XML
69 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!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>GIMP 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>
|
|
|
|
<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/gimpcolorscale.xml" />
|
|
<xi:include href="xml/gimpcolorselection.xml" />
|
|
<xi:include href="xml/gimpdialog.xml" />
|
|
<xi:include href="xml/gimpfileentry.xml" />
|
|
<xi:include href="xml/gimpintcombobox.xml" />
|
|
<xi:include href="xml/gimpintstore.xml" />
|
|
<xi:include href="xml/gimpmemsizeentry.xml" />
|
|
<xi:include href="xml/gimpoffsetarea.xml" />
|
|
<xi:include href="xml/gimppatheditor.xml" />
|
|
<xi:include href="xml/gimppickbutton.xml" />
|
|
<xi:include href="xml/gimppixmap.xml" />
|
|
<xi:include href="xml/gimpunitmenu.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-utils">
|
|
<title>GIMP Widgets Utilities</title>
|
|
<xi:include href="xml/gimphelpui.xml" />
|
|
<xi:include href="xml/gimpquerybox.xml" />
|
|
<xi:include href="xml/gimpsizeentry.xml" />
|
|
<xi:include href="xml/gimpstock.xml" />
|
|
<xi:include href="xml/gimpwidgets.xml" />
|
|
</part>
|
|
|
|
<part id="libgimpwidgets-deprecated">
|
|
<title>Deprecated API</title>
|
|
<xi:include href="xml/gimpoldwidgets.xml" />
|
|
</part>
|
|
|
|
</book>
|