mirror of https://github.com/GNOME/gimp.git
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
|
@ -1,3 +1,9 @@
|
|||
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.
|
||||
|
||||
2003-07-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Made 1.3.17 release.
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
2003-07-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/libgimpwidgets-docs.sgml: added object hierarchy,
|
||||
moved some chapters a level up and made them a part.
|
||||
|
||||
* libgimpwidgets/tmpl/gimpcolorarea.sgml
|
||||
* libgimpwidgets/tmpl/gimpcolordisplay.sgml
|
||||
* libgimpwidgets/tmpl/gimpcolornotebook.sgml
|
||||
* libgimpwidgets/tmpl/gimpcolorscale.sgml
|
||||
* libgimpwidgets/tmpl/gimpcolorselector.sgml
|
||||
* libgimpwidgets/tmpl/gimpoffsetarea.sgml: added short
|
||||
descriptions.
|
||||
|
||||
* libgimp/libgimp-sections.txt: removed GimpGradientPaintMode.
|
||||
|
||||
2003-07-22 Michael Natterer <mitch@gimp.org>
|
||||
|
@ -255,9 +266,9 @@
|
|||
|
||||
2003-02-05 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* devel-docs/libgimpbase/libgimpbase-docs.sgml
|
||||
* devel-docs/libgimpbase/libgimpbase-sections.txt
|
||||
* devel-docs/libgimpbase/tmpl/gimputils.sgml: added new file.
|
||||
* libgimpbase/libgimpbase-docs.sgml
|
||||
* libgimpbase/libgimpbase-sections.txt
|
||||
* libgimpbase/tmpl/gimputils.sgml: added new file.
|
||||
|
||||
2003-01-31 Sven Neumann <sven@gimp.org>
|
||||
|
||||
|
@ -1100,7 +1111,7 @@ Mon Feb 14 16:41:31 CET 2000 Sven Neumann <sven@gimp.org>
|
|||
|
||||
Sat Feb 12 03:14:38 CET 2000 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* devel-docs/libgimp/tmpl/gimpchainbutton.sgml: documented
|
||||
* libgimp/tmpl/gimpchainbutton.sgml: documented
|
||||
GimpChainButton
|
||||
|
||||
2000-02-08 Michael Natterer <mitch@gimp.org>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
GimpColorArea
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
Displays a GimpRGB color, optionally with alpha-channel.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
|
|
@ -2,13 +2,12 @@
|
|||
GimpColorDisplay
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions and definitions for creating a pluggable GIMP
|
||||
display color correction module.
|
||||
Pluggable GIMP display color correction modules.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions and definitions for creating a pluggable GIMP
|
||||
display color correction module.
|
||||
Functions and definitions for creating pluggable GIMP
|
||||
display color correction modules.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
GimpColorNotebook
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
A #GimpColorSelector implementation.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
The #GimpColorNotebook widget is an implementation of a #GimpColorSelector.
|
||||
It serves as a container for #GimpColorSelectors.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
GimpColorScale
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
Fancy colored sliders.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
|
|
@ -2,13 +2,12 @@
|
|||
GimpColorSelector
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Functions and definitions for creating a pluggable GIMP color
|
||||
selector module.
|
||||
Pluggable GIMP color selector modules.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
Functions and definitions for creating a pluggable GIMP color
|
||||
selector module.
|
||||
Functions and definitions for creating pluggable GIMP color
|
||||
selector modules.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
GimpOffsetArea
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
Widget to control image offsets.
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
|
|
@ -136,13 +136,15 @@ gimp_color_notebook_class_init (GimpColorNotebookClass *klass)
|
|||
|
||||
gtk_widget_class_install_style_property (widget_class,
|
||||
g_param_spec_int ("tab_border",
|
||||
NULL, NULL,
|
||||
NULL,
|
||||
"Width of the border around the tab contents",
|
||||
0, G_MAXINT,
|
||||
DEFAULT_TAB_BORDER,
|
||||
G_PARAM_READABLE));
|
||||
gtk_widget_class_install_style_property (widget_class,
|
||||
g_param_spec_enum ("tab_icon_size",
|
||||
NULL, NULL,
|
||||
NULL,
|
||||
"Size for icons displayed in the tab",
|
||||
GTK_TYPE_ICON_SIZE,
|
||||
DEFAULT_TAB_ICON_SIZE,
|
||||
G_PARAM_READABLE));
|
||||
|
|
Loading…
Reference in New Issue