gimp/devel-docs/libgimp/libgimp-docs.sgml

144 lines
5.4 KiB
Plaintext
Raw Normal View History

<?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">
2000-02-03 09:47:15 +08:00
<bookinfo>
<title>GIMP Library Reference Manual</title>
<releaseinfo>
for GIMP <xi:include href="version" parse="text"/>
</releaseinfo>
2000-02-03 09:47:15 +08:00
</bookinfo>
2003-02-07 02:51:44 +08:00
<part id="libgimp">
2000-02-03 09:47:15 +08:00
<title>GIMP Library</title>
<partintro id="libgimp-introduction">
<para>
GIMP's Procedural Database (PDB) offers an interface to core
functions and to functionality provided by plug-ins. The role
of libgimp is to provide C bindings for this interface.
</para>
</partintro>
libgimp/tmpl/gimpaspectpreview.sgml libgimp/tmpl/gimpbrush.sgml 2004-11-08 Michael Natterer <mitch@gimp.org> * libgimp/tmpl/gimpaspectpreview.sgml * libgimp/tmpl/gimpbrush.sgml * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpcontext.sgml * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimpdrawablecombobox.sgml * libgimp/tmpl/gimpdrawablepreview.sgml * libgimp/tmpl/gimpdrawabletransform.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradient.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimpimagecombobox.sgml * libgimp/tmpl/gimplayer.sgml * libgimp/tmpl/gimppalette.sgml * libgimp/tmpl/gimppalettemenu.sgml * libgimp/tmpl/gimppalettes.sgml * libgimp/tmpl/gimppaletteselect.sgml * libgimp/tmpl/gimppaths.sgml * libgimp/tmpl/gimppattern.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml * libgimp/tmpl/gimppixbuf.sgml * libgimp/tmpl/gimppixelfetcher.sgml * libgimp/tmpl/gimpprogress.sgml * libgimp/tmpl/gimpprogressbar.sgml * libgimp/tmpl/gimpregioniterator.sgml * libgimpbase/tmpl/gimpbaseenums.sgml * libgimpbase/tmpl/gimpbasetypes.sgml * libgimpbase/tmpl/gimpchecks.sgml * libgimpbase/tmpl/gimpdatafiles.sgml * libgimpbase/tmpl/gimpmemsize.sgml * libgimpcolor/tmpl/gimpadaptivesupersample.sgml * libgimpcolor/tmpl/gimpcmyk.sgml * libgimpcolor/tmpl/gimphsv.sgml * libgimpcolor/tmpl/gimprgb.sgml * libgimpwidgets/tmpl/gimpcolorbutton.sgml * libgimpwidgets/tmpl/gimpcolorhexentry.sgml * libgimpwidgets/tmpl/gimpcolorselection.sgml * libgimpwidgets/tmpl/gimpframe.sgml * libgimpwidgets/tmpl/gimpintcombobox.sgml * libgimpwidgets/tmpl/gimpintstore.sgml * libgimpwidgets/tmpl/gimppatheditor.sgml * libgimpwidgets/tmpl/gimppreview.sgml * libgimpwidgets/tmpl/gimppreviewarea.sgml * libgimpwidgets/tmpl/gimpscrolledpreview.sgml: applied a heavily fixed and enhanced version of a patch from Cai Qian (bug #156271). Made long_desc = short_desc where we lacked a long_desc but had a short_desc. Removed unused parameters. Misc cleanups. * libgimp/libgimp-docs.sgml: added some <chapter>s. The list of libgimp modules was too long. * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpcontroller.sgml: added GimpController.
2004-11-08 22:37:30 +08:00
<chapter id="libgimp-general">
<title>Functions not Related to Specific Images</title>
<xi:include href="xml/gimp.xml" />
2006-11-27 21:04:58 +08:00
<xi:include href="xml/gimpenums.xml" />
<xi:include href="xml/gimpbuffer.xml" />
libgimp/tmpl/gimpaspectpreview.sgml libgimp/tmpl/gimpbrush.sgml 2004-11-08 Michael Natterer <mitch@gimp.org> * libgimp/tmpl/gimpaspectpreview.sgml * libgimp/tmpl/gimpbrush.sgml * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpcontext.sgml * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimpdrawablecombobox.sgml * libgimp/tmpl/gimpdrawablepreview.sgml * libgimp/tmpl/gimpdrawabletransform.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradient.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimpimagecombobox.sgml * libgimp/tmpl/gimplayer.sgml * libgimp/tmpl/gimppalette.sgml * libgimp/tmpl/gimppalettemenu.sgml * libgimp/tmpl/gimppalettes.sgml * libgimp/tmpl/gimppaletteselect.sgml * libgimp/tmpl/gimppaths.sgml * libgimp/tmpl/gimppattern.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml * libgimp/tmpl/gimppixbuf.sgml * libgimp/tmpl/gimppixelfetcher.sgml * libgimp/tmpl/gimpprogress.sgml * libgimp/tmpl/gimpprogressbar.sgml * libgimp/tmpl/gimpregioniterator.sgml * libgimpbase/tmpl/gimpbaseenums.sgml * libgimpbase/tmpl/gimpbasetypes.sgml * libgimpbase/tmpl/gimpchecks.sgml * libgimpbase/tmpl/gimpdatafiles.sgml * libgimpbase/tmpl/gimpmemsize.sgml * libgimpcolor/tmpl/gimpadaptivesupersample.sgml * libgimpcolor/tmpl/gimpcmyk.sgml * libgimpcolor/tmpl/gimphsv.sgml * libgimpcolor/tmpl/gimprgb.sgml * libgimpwidgets/tmpl/gimpcolorbutton.sgml * libgimpwidgets/tmpl/gimpcolorhexentry.sgml * libgimpwidgets/tmpl/gimpcolorselection.sgml * libgimpwidgets/tmpl/gimpframe.sgml * libgimpwidgets/tmpl/gimpintcombobox.sgml * libgimpwidgets/tmpl/gimpintstore.sgml * libgimpwidgets/tmpl/gimppatheditor.sgml * libgimpwidgets/tmpl/gimppreview.sgml * libgimpwidgets/tmpl/gimppreviewarea.sgml * libgimpwidgets/tmpl/gimpscrolledpreview.sgml: applied a heavily fixed and enhanced version of a patch from Cai Qian (bug #156271). Made long_desc = short_desc where we lacked a long_desc but had a short_desc. Removed unused parameters. Misc cleanups. * libgimp/libgimp-docs.sgml: added some <chapter>s. The list of libgimp modules was too long. * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpcontroller.sgml: added GimpController.
2004-11-08 22:37:30 +08:00
<xi:include href="xml/gimpcontext.xml" />
<xi:include href="xml/gimpgimprc.xml" />
<xi:include href="xml/gimphelp.xml" />
<xi:include href="xml/gimpmessage.xml" />
<xi:include href="xml/gimpplugin.xml" />
<xi:include href="xml/gimpproceduraldb.xml" />
<xi:include href="xml/gimpprogress.xml" />
</chapter>
removed all brush, font, gradient and pattern related code. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/gimpmenu.[ch]: removed all brush, font, gradient and pattern related code. * libgimp/gimpbrushselect.[ch] * libgimp/gimpfontselect.[ch] * libgimp/gimpgradientselect.[ch] * libgimp/gimppatternselect.[ch]: new files containing the wrappers around their resp. _pdb.[ch] files. Changed function names to gimp_*_select_new(). Added gimp_*_select_destroy() functions so we're not forced to leak all wrappers. Cleanup. * libgimp/gimpbrushmenu.h * libgimp/gimpfontmenu.h * libgimp/gimpgradientmenu.h * libgimp/gimppatternmenu.h: new files. Changed function names here too. * libgimp/gimpbrushmenu.c * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppatternmenu.c: changed accordingly. Free the foo_select wrappers when they are no longer needed (generally, free everthing instead of leaking everything). Lots of cleanup. * libgimp/Makefile.am * libgimp/gimp.def * libgimp/gimpui.def: changed accordingly. * libgimp/gimp.h * libgimp/gimpui.h: include the new headers. * libgimp/gimpcompat.h: added the old function names here. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/common/film.c * plug-ins/gfig/gfig.c * plug-ins/script-fu/script-fu-scripts.c: changed accordingly. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt: follow libgimp cleanup, moved the brush, font, gradient and pattern selection stuff to their own sections. * libgimp/tmpl/gimpfonts.sgml: removed. * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml: new files. * libgimp/tmpl/gimpbrushes.sgml * libgimp/tmpl/gimpgradients.sgml * libgimp/tmpl/gimpmenu.sgml * libgimp/tmpl/gimppatterns.sgml: regenerated.
2003-07-01 23:06:06 +08:00
libgimp/tmpl/gimpaspectpreview.sgml libgimp/tmpl/gimpbrush.sgml 2004-11-08 Michael Natterer <mitch@gimp.org> * libgimp/tmpl/gimpaspectpreview.sgml * libgimp/tmpl/gimpbrush.sgml * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpcontext.sgml * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimpdrawablecombobox.sgml * libgimp/tmpl/gimpdrawablepreview.sgml * libgimp/tmpl/gimpdrawabletransform.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradient.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimpimagecombobox.sgml * libgimp/tmpl/gimplayer.sgml * libgimp/tmpl/gimppalette.sgml * libgimp/tmpl/gimppalettemenu.sgml * libgimp/tmpl/gimppalettes.sgml * libgimp/tmpl/gimppaletteselect.sgml * libgimp/tmpl/gimppaths.sgml * libgimp/tmpl/gimppattern.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml * libgimp/tmpl/gimppixbuf.sgml * libgimp/tmpl/gimppixelfetcher.sgml * libgimp/tmpl/gimpprogress.sgml * libgimp/tmpl/gimpprogressbar.sgml * libgimp/tmpl/gimpregioniterator.sgml * libgimpbase/tmpl/gimpbaseenums.sgml * libgimpbase/tmpl/gimpbasetypes.sgml * libgimpbase/tmpl/gimpchecks.sgml * libgimpbase/tmpl/gimpdatafiles.sgml * libgimpbase/tmpl/gimpmemsize.sgml * libgimpcolor/tmpl/gimpadaptivesupersample.sgml * libgimpcolor/tmpl/gimpcmyk.sgml * libgimpcolor/tmpl/gimphsv.sgml * libgimpcolor/tmpl/gimprgb.sgml * libgimpwidgets/tmpl/gimpcolorbutton.sgml * libgimpwidgets/tmpl/gimpcolorhexentry.sgml * libgimpwidgets/tmpl/gimpcolorselection.sgml * libgimpwidgets/tmpl/gimpframe.sgml * libgimpwidgets/tmpl/gimpintcombobox.sgml * libgimpwidgets/tmpl/gimpintstore.sgml * libgimpwidgets/tmpl/gimppatheditor.sgml * libgimpwidgets/tmpl/gimppreview.sgml * libgimpwidgets/tmpl/gimppreviewarea.sgml * libgimpwidgets/tmpl/gimpscrolledpreview.sgml: applied a heavily fixed and enhanced version of a patch from Cai Qian (bug #156271). Made long_desc = short_desc where we lacked a long_desc but had a short_desc. Removed unused parameters. Misc cleanups. * libgimp/libgimp-docs.sgml: added some <chapter>s. The list of libgimp modules was too long. * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpcontroller.sgml: added GimpController.
2004-11-08 22:37:30 +08:00
<chapter id="libgimp-image">
2006-11-27 21:04:58 +08:00
<title>Manupulating Images and their Properties</title>
libgimp/tmpl/gimpaspectpreview.sgml libgimp/tmpl/gimpbrush.sgml 2004-11-08 Michael Natterer <mitch@gimp.org> * libgimp/tmpl/gimpaspectpreview.sgml * libgimp/tmpl/gimpbrush.sgml * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpcontext.sgml * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimpdrawablecombobox.sgml * libgimp/tmpl/gimpdrawablepreview.sgml * libgimp/tmpl/gimpdrawabletransform.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradient.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimpimagecombobox.sgml * libgimp/tmpl/gimplayer.sgml * libgimp/tmpl/gimppalette.sgml * libgimp/tmpl/gimppalettemenu.sgml * libgimp/tmpl/gimppalettes.sgml * libgimp/tmpl/gimppaletteselect.sgml * libgimp/tmpl/gimppaths.sgml * libgimp/tmpl/gimppattern.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml * libgimp/tmpl/gimppixbuf.sgml * libgimp/tmpl/gimppixelfetcher.sgml * libgimp/tmpl/gimpprogress.sgml * libgimp/tmpl/gimpprogressbar.sgml * libgimp/tmpl/gimpregioniterator.sgml * libgimpbase/tmpl/gimpbaseenums.sgml * libgimpbase/tmpl/gimpbasetypes.sgml * libgimpbase/tmpl/gimpchecks.sgml * libgimpbase/tmpl/gimpdatafiles.sgml * libgimpbase/tmpl/gimpmemsize.sgml * libgimpcolor/tmpl/gimpadaptivesupersample.sgml * libgimpcolor/tmpl/gimpcmyk.sgml * libgimpcolor/tmpl/gimphsv.sgml * libgimpcolor/tmpl/gimprgb.sgml * libgimpwidgets/tmpl/gimpcolorbutton.sgml * libgimpwidgets/tmpl/gimpcolorhexentry.sgml * libgimpwidgets/tmpl/gimpcolorselection.sgml * libgimpwidgets/tmpl/gimpframe.sgml * libgimpwidgets/tmpl/gimpintcombobox.sgml * libgimpwidgets/tmpl/gimpintstore.sgml * libgimpwidgets/tmpl/gimppatheditor.sgml * libgimpwidgets/tmpl/gimppreview.sgml * libgimpwidgets/tmpl/gimppreviewarea.sgml * libgimpwidgets/tmpl/gimpscrolledpreview.sgml: applied a heavily fixed and enhanced version of a patch from Cai Qian (bug #156271). Made long_desc = short_desc where we lacked a long_desc but had a short_desc. Removed unused parameters. Misc cleanups. * libgimp/libgimp-docs.sgml: added some <chapter>s. The list of libgimp modules was too long. * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpcontroller.sgml: added GimpController.
2004-11-08 22:37:30 +08:00
<xi:include href="xml/gimpchannel.xml" />
<xi:include href="xml/gimpcolor.xml" />
<xi:include href="xml/gimpconvert.xml" />
<xi:include href="xml/gimpdisplay.xml" />
<xi:include href="xml/gimpdrawable.xml" />
<xi:include href="xml/gimpdrawabletransform.xml" />
<xi:include href="xml/gimpedit.xml" />
<xi:include href="xml/gimpfileops.xml" />
<xi:include href="xml/gimpfloatingsel.xml" />
<xi:include href="xml/gimpgrid.xml" />
libgimp/tmpl/gimpaspectpreview.sgml libgimp/tmpl/gimpbrush.sgml 2004-11-08 Michael Natterer <mitch@gimp.org> * libgimp/tmpl/gimpaspectpreview.sgml * libgimp/tmpl/gimpbrush.sgml * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpcontext.sgml * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimpdrawablecombobox.sgml * libgimp/tmpl/gimpdrawablepreview.sgml * libgimp/tmpl/gimpdrawabletransform.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradient.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimpimagecombobox.sgml * libgimp/tmpl/gimplayer.sgml * libgimp/tmpl/gimppalette.sgml * libgimp/tmpl/gimppalettemenu.sgml * libgimp/tmpl/gimppalettes.sgml * libgimp/tmpl/gimppaletteselect.sgml * libgimp/tmpl/gimppaths.sgml * libgimp/tmpl/gimppattern.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml * libgimp/tmpl/gimppixbuf.sgml * libgimp/tmpl/gimppixelfetcher.sgml * libgimp/tmpl/gimpprogress.sgml * libgimp/tmpl/gimpprogressbar.sgml * libgimp/tmpl/gimpregioniterator.sgml * libgimpbase/tmpl/gimpbaseenums.sgml * libgimpbase/tmpl/gimpbasetypes.sgml * libgimpbase/tmpl/gimpchecks.sgml * libgimpbase/tmpl/gimpdatafiles.sgml * libgimpbase/tmpl/gimpmemsize.sgml * libgimpcolor/tmpl/gimpadaptivesupersample.sgml * libgimpcolor/tmpl/gimpcmyk.sgml * libgimpcolor/tmpl/gimphsv.sgml * libgimpcolor/tmpl/gimprgb.sgml * libgimpwidgets/tmpl/gimpcolorbutton.sgml * libgimpwidgets/tmpl/gimpcolorhexentry.sgml * libgimpwidgets/tmpl/gimpcolorselection.sgml * libgimpwidgets/tmpl/gimpframe.sgml * libgimpwidgets/tmpl/gimpintcombobox.sgml * libgimpwidgets/tmpl/gimpintstore.sgml * libgimpwidgets/tmpl/gimppatheditor.sgml * libgimpwidgets/tmpl/gimppreview.sgml * libgimpwidgets/tmpl/gimppreviewarea.sgml * libgimpwidgets/tmpl/gimpscrolledpreview.sgml: applied a heavily fixed and enhanced version of a patch from Cai Qian (bug #156271). Made long_desc = short_desc where we lacked a long_desc but had a short_desc. Removed unused parameters. Misc cleanups. * libgimp/libgimp-docs.sgml: added some <chapter>s. The list of libgimp modules was too long. * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpcontroller.sgml: added GimpController.
2004-11-08 22:37:30 +08:00
<xi:include href="xml/gimpguides.xml" />
<xi:include href="xml/gimpimage.xml" />
<xi:include href="xml/gimplayer.xml" />
<xi:include href="xml/gimppaths.xml" />
<xi:include href="xml/gimppixelfetcher.xml" />
<xi:include href="xml/gimppixelrgn.xml" />
<xi:include href="xml/gimpregioniterator.xml" />
<xi:include href="xml/gimpselection.xml" />
<xi:include href="xml/gimptextlayer.xml" />
libgimp/tmpl/gimpaspectpreview.sgml libgimp/tmpl/gimpbrush.sgml 2004-11-08 Michael Natterer <mitch@gimp.org> * libgimp/tmpl/gimpaspectpreview.sgml * libgimp/tmpl/gimpbrush.sgml * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpcontext.sgml * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimpdrawablecombobox.sgml * libgimp/tmpl/gimpdrawablepreview.sgml * libgimp/tmpl/gimpdrawabletransform.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradient.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimpimagecombobox.sgml * libgimp/tmpl/gimplayer.sgml * libgimp/tmpl/gimppalette.sgml * libgimp/tmpl/gimppalettemenu.sgml * libgimp/tmpl/gimppalettes.sgml * libgimp/tmpl/gimppaletteselect.sgml * libgimp/tmpl/gimppaths.sgml * libgimp/tmpl/gimppattern.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml * libgimp/tmpl/gimppixbuf.sgml * libgimp/tmpl/gimppixelfetcher.sgml * libgimp/tmpl/gimpprogress.sgml * libgimp/tmpl/gimpprogressbar.sgml * libgimp/tmpl/gimpregioniterator.sgml * libgimpbase/tmpl/gimpbaseenums.sgml * libgimpbase/tmpl/gimpbasetypes.sgml * libgimpbase/tmpl/gimpchecks.sgml * libgimpbase/tmpl/gimpdatafiles.sgml * libgimpbase/tmpl/gimpmemsize.sgml * libgimpcolor/tmpl/gimpadaptivesupersample.sgml * libgimpcolor/tmpl/gimpcmyk.sgml * libgimpcolor/tmpl/gimphsv.sgml * libgimpcolor/tmpl/gimprgb.sgml * libgimpwidgets/tmpl/gimpcolorbutton.sgml * libgimpwidgets/tmpl/gimpcolorhexentry.sgml * libgimpwidgets/tmpl/gimpcolorselection.sgml * libgimpwidgets/tmpl/gimpframe.sgml * libgimpwidgets/tmpl/gimpintcombobox.sgml * libgimpwidgets/tmpl/gimpintstore.sgml * libgimpwidgets/tmpl/gimppatheditor.sgml * libgimpwidgets/tmpl/gimppreview.sgml * libgimpwidgets/tmpl/gimppreviewarea.sgml * libgimpwidgets/tmpl/gimpscrolledpreview.sgml: applied a heavily fixed and enhanced version of a patch from Cai Qian (bug #156271). Made long_desc = short_desc where we lacked a long_desc but had a short_desc. Removed unused parameters. Misc cleanups. * libgimp/libgimp-docs.sgml: added some <chapter>s. The list of libgimp modules was too long. * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpcontroller.sgml: added GimpController.
2004-11-08 22:37:30 +08:00
<xi:include href="xml/gimptexttool.xml" />
<xi:include href="xml/gimptile.xml" />
<xi:include href="xml/gimptools.xml" />
<xi:include href="xml/gimpundo.xml" />
<xi:include href="xml/gimpvectors.xml" />
libgimp/tmpl/gimpaspectpreview.sgml libgimp/tmpl/gimpbrush.sgml 2004-11-08 Michael Natterer <mitch@gimp.org> * libgimp/tmpl/gimpaspectpreview.sgml * libgimp/tmpl/gimpbrush.sgml * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpcontext.sgml * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimpdrawablecombobox.sgml * libgimp/tmpl/gimpdrawablepreview.sgml * libgimp/tmpl/gimpdrawabletransform.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradient.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimpimagecombobox.sgml * libgimp/tmpl/gimplayer.sgml * libgimp/tmpl/gimppalette.sgml * libgimp/tmpl/gimppalettemenu.sgml * libgimp/tmpl/gimppalettes.sgml * libgimp/tmpl/gimppaletteselect.sgml * libgimp/tmpl/gimppaths.sgml * libgimp/tmpl/gimppattern.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml * libgimp/tmpl/gimppixbuf.sgml * libgimp/tmpl/gimppixelfetcher.sgml * libgimp/tmpl/gimpprogress.sgml * libgimp/tmpl/gimpprogressbar.sgml * libgimp/tmpl/gimpregioniterator.sgml * libgimpbase/tmpl/gimpbaseenums.sgml * libgimpbase/tmpl/gimpbasetypes.sgml * libgimpbase/tmpl/gimpchecks.sgml * libgimpbase/tmpl/gimpdatafiles.sgml * libgimpbase/tmpl/gimpmemsize.sgml * libgimpcolor/tmpl/gimpadaptivesupersample.sgml * libgimpcolor/tmpl/gimpcmyk.sgml * libgimpcolor/tmpl/gimphsv.sgml * libgimpcolor/tmpl/gimprgb.sgml * libgimpwidgets/tmpl/gimpcolorbutton.sgml * libgimpwidgets/tmpl/gimpcolorhexentry.sgml * libgimpwidgets/tmpl/gimpcolorselection.sgml * libgimpwidgets/tmpl/gimpframe.sgml * libgimpwidgets/tmpl/gimpintcombobox.sgml * libgimpwidgets/tmpl/gimpintstore.sgml * libgimpwidgets/tmpl/gimppatheditor.sgml * libgimpwidgets/tmpl/gimppreview.sgml * libgimpwidgets/tmpl/gimppreviewarea.sgml * libgimpwidgets/tmpl/gimpscrolledpreview.sgml: applied a heavily fixed and enhanced version of a patch from Cai Qian (bug #156271). Made long_desc = short_desc where we lacked a long_desc but had a short_desc. Removed unused parameters. Misc cleanups. * libgimp/libgimp-docs.sgml: added some <chapter>s. The list of libgimp modules was too long. * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpcontroller.sgml: added GimpController.
2004-11-08 22:37:30 +08:00
</chapter>
<chapter id="libgimp-data">
<title>Data Objects</title>
<xi:include href="xml/gimpbrush.xml" />
<xi:include href="xml/gimpbrushes.xml" />
<xi:include href="xml/gimpfonts.xml" />
<xi:include href="xml/gimpgradient.xml" />
<xi:include href="xml/gimpgradients.xml" />
<xi:include href="xml/gimppalette.xml" />
<xi:include href="xml/gimppalettes.xml" />
<xi:include href="xml/gimppattern.xml" />
<xi:include href="xml/gimppatterns.xml" />
</chapter>
<chapter id="libgimp-selectors">
<title>Controlling the Core's Selection Dialogs</title>
<xi:include href="xml/gimpselectbutton.xml" />
<xi:include href="xml/gimpbrushselectbutton.xml" />
<xi:include href="xml/gimpfontselectbutton.xml" />
<xi:include href="xml/gimpgradientselectbutton.xml" />
<xi:include href="xml/gimppaletteselectbutton.xml" />
<xi:include href="xml/gimppatternselectbutton.xml" />
<xi:include href="xml/gimpbrushselect.xml" />
libgimp/tmpl/gimpaspectpreview.sgml libgimp/tmpl/gimpbrush.sgml 2004-11-08 Michael Natterer <mitch@gimp.org> * libgimp/tmpl/gimpaspectpreview.sgml * libgimp/tmpl/gimpbrush.sgml * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpcontext.sgml * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimpdrawablecombobox.sgml * libgimp/tmpl/gimpdrawablepreview.sgml * libgimp/tmpl/gimpdrawabletransform.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradient.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimpimagecombobox.sgml * libgimp/tmpl/gimplayer.sgml * libgimp/tmpl/gimppalette.sgml * libgimp/tmpl/gimppalettemenu.sgml * libgimp/tmpl/gimppalettes.sgml * libgimp/tmpl/gimppaletteselect.sgml * libgimp/tmpl/gimppaths.sgml * libgimp/tmpl/gimppattern.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml * libgimp/tmpl/gimppixbuf.sgml * libgimp/tmpl/gimppixelfetcher.sgml * libgimp/tmpl/gimpprogress.sgml * libgimp/tmpl/gimpprogressbar.sgml * libgimp/tmpl/gimpregioniterator.sgml * libgimpbase/tmpl/gimpbaseenums.sgml * libgimpbase/tmpl/gimpbasetypes.sgml * libgimpbase/tmpl/gimpchecks.sgml * libgimpbase/tmpl/gimpdatafiles.sgml * libgimpbase/tmpl/gimpmemsize.sgml * libgimpcolor/tmpl/gimpadaptivesupersample.sgml * libgimpcolor/tmpl/gimpcmyk.sgml * libgimpcolor/tmpl/gimphsv.sgml * libgimpcolor/tmpl/gimprgb.sgml * libgimpwidgets/tmpl/gimpcolorbutton.sgml * libgimpwidgets/tmpl/gimpcolorhexentry.sgml * libgimpwidgets/tmpl/gimpcolorselection.sgml * libgimpwidgets/tmpl/gimpframe.sgml * libgimpwidgets/tmpl/gimpintcombobox.sgml * libgimpwidgets/tmpl/gimpintstore.sgml * libgimpwidgets/tmpl/gimppatheditor.sgml * libgimpwidgets/tmpl/gimppreview.sgml * libgimpwidgets/tmpl/gimppreviewarea.sgml * libgimpwidgets/tmpl/gimpscrolledpreview.sgml: applied a heavily fixed and enhanced version of a patch from Cai Qian (bug #156271). Made long_desc = short_desc where we lacked a long_desc but had a short_desc. Removed unused parameters. Misc cleanups. * libgimp/libgimp-docs.sgml: added some <chapter>s. The list of libgimp modules was too long. * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpcontroller.sgml: added GimpController.
2004-11-08 22:37:30 +08:00
<xi:include href="xml/gimpfontselect.xml" />
<xi:include href="xml/gimpgradientselect.xml" />
<xi:include href="xml/gimppaletteselect.xml" />
<xi:include href="xml/gimppatternselect.xml" />
</chapter>
2003-02-07 02:51:44 +08:00
</part>
2000-02-03 09:47:15 +08:00
2003-02-07 02:51:44 +08:00
<part id="libgimpui">
2000-02-03 09:47:15 +08:00
<title>GIMP User Interface Library</title>
<chapter id="libgimpui-hierarchy">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml" />
</chapter>
<xi:include href="xml/gimpui.xml" />
<xi:include href="xml/gimpexport.xml" />
<xi:include href="xml/gimpdrawablepreview.xml" />
<xi:include href="xml/gimpaspectpreview.xml" />
<xi:include href="xml/gimpzoompreview.xml" />
<xi:include href="xml/gimpitemcombobox.xml" />
<xi:include href="xml/gimpimagecombobox.xml" />
<xi:include href="xml/gimppixbuf.xml" />
<xi:include href="xml/gimpprogressbar.xml" />
<xi:include href="xml/gimpmenu.xml" />
<xi:include href="xml/gimpbrushmenu.xml" />
<xi:include href="xml/gimpfontmenu.xml" />
<xi:include href="xml/gimpgradientmenu.xml" />
<xi:include href="xml/gimppalettemenu.xml" />
<xi:include href="xml/gimppatternmenu.xml" />
<xi:include href="xml/gimpprocbrowserdialog.xml" />
<xi:include href="xml/gimpprocview.xml" />
2003-02-07 02:51:44 +08:00
</part>
<index id="libgimp-index">
<title>Index</title>
</index>
<index role="GIMP 2.2" id="libgimp-index-new-in-2-2">
<title>Index of new symbols in GIMP 2.2</title>
</index>
<index role="GIMP 2.4" id="libgimp-index-new-in-2-4">
<title>Index of new symbols in GIMP 2.4</title>
</index>
<index role="GIMP 2.6" id="libgimp-index-new-in-2-6">
<title>Index of new symbols in GIMP 2.6</title>
</index>
<index role="GIMP 2.8" id="libgimp-index-new-in-2-8">
<title>Index of new symbols in GIMP 2.8</title>
</index>
<index role="deprecated" id="libgimp-index-deprecated">
<title>Index of deprecated symbols</title>
</index>
2000-02-03 09:47:15 +08:00
</book>