mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
added blurbs for the style properties. These show up as descriptions in
2003-07-25 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolornotebook.c (gimp_color_notebook_class_init): added blurbs for the style properties. These show up as descriptions in the generated documentation. * devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml: added object hierarchy, moved some chapters a level up and made them a part. * devel-docs/libgimpwidgets/tmpl/gimpcolorarea.sgml * devel-docs/libgimpwidgets/tmpl/gimpcolordisplay.sgml * devel-docs/libgimpwidgets/tmpl/gimpcolornotebook.sgml * devel-docs/libgimpwidgets/tmpl/gimpcolorscale.sgml * devel-docs/libgimpwidgets/tmpl/gimpcolorselector.sgml * devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml: added short descriptions.
This commit is contained in:
parent
a3fc6b98fc
commit
50e92f83db
10 changed files with 57 additions and 30 deletions
|
@ -24,6 +24,7 @@
|
|||
<!ENTITY GimpStock SYSTEM "xml/gimpstock.xml">
|
||||
<!ENTITY GimpUnitMenu SYSTEM "xml/gimpunitmenu.xml">
|
||||
<!ENTITY GimpWidgets SYSTEM "xml/gimpwidgets.xml">
|
||||
<!ENTITY gimpwidgets-objecttree SYSTEM "xml/tree_index.sgml">
|
||||
<!ENTITY version SYSTEM "version.xml">
|
||||
]>
|
||||
|
||||
|
@ -35,6 +36,12 @@
|
|||
|
||||
<part id="libgimpwidgets-widgets">
|
||||
<title>GIMP Widgets</title>
|
||||
|
||||
<chapter>
|
||||
<title>Object Hierarchy</title>
|
||||
&gimpwidgets-objecttree;
|
||||
</chapter>
|
||||
|
||||
&GimpButton;
|
||||
&GimpChainButton;
|
||||
&GimpColorArea;
|
||||
|
@ -50,18 +57,20 @@
|
|||
&GimpUnitMenu;
|
||||
&GimpDialog;
|
||||
|
||||
<chapter id="libgimpwidgets-colordisplay">
|
||||
<title>Display Filters</title>
|
||||
&GimpColorDisplay;
|
||||
</chapter>
|
||||
</part>
|
||||
|
||||
<chapter id="libgimpwidgets-colorselector">
|
||||
<title>Color Selectors</title>
|
||||
&GimpColorSelector;
|
||||
&GimpColorNotebook;
|
||||
&GimpColorScales;
|
||||
&GimpColorSelect;
|
||||
</chapter>
|
||||
|
||||
<part id="libgimpwidgets-colordisplay">
|
||||
<title>GIMP Display Filters</title>
|
||||
&GimpColorDisplay;
|
||||
</part>
|
||||
|
||||
<part id="libgimpwidgets-colorselector">
|
||||
<title>GIMP Color Selectors</title>
|
||||
&GimpColorSelector;
|
||||
&GimpColorNotebook;
|
||||
&GimpColorScales;
|
||||
&GimpColorSelect;
|
||||
</part>
|
||||
|
||||
<part id="libgimpwidgets-utils">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue