From 50e92f83db2b5da0397792570a31e35927ccbde3 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 25 Jul 2003 12:48:06 +0000 Subject: [PATCH] added blurbs for the style properties. These show up as descriptions in 2003-07-25 Sven Neumann * 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. --- ChangeLog | 6 ++++ devel-docs/ChangeLog | 19 +++++++++--- .../libgimpwidgets/libgimpwidgets-docs.sgml | 31 ++++++++++++------- .../libgimpwidgets/tmpl/gimpcolorarea.sgml | 2 +- .../libgimpwidgets/tmpl/gimpcolordisplay.sgml | 7 ++--- .../tmpl/gimpcolornotebook.sgml | 5 +-- .../libgimpwidgets/tmpl/gimpcolorscale.sgml | 2 +- .../tmpl/gimpcolorselector.sgml | 7 ++--- .../libgimpwidgets/tmpl/gimpoffsetarea.sgml | 2 +- libgimpwidgets/gimpcolornotebook.c | 6 ++-- 10 files changed, 57 insertions(+), 30 deletions(-) diff --git a/ChangeLog b/ChangeLog index c439243547..273df3eb83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-07-25 Sven Neumann + + * 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 * Made 1.3.17 release. diff --git a/devel-docs/ChangeLog b/devel-docs/ChangeLog index b0f5ca7f29..43a70a0cd4 100644 --- a/devel-docs/ChangeLog +++ b/devel-docs/ChangeLog @@ -1,5 +1,16 @@ 2003-07-25 Sven Neumann + * 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 @@ -255,9 +266,9 @@ 2003-02-05 Sven Neumann - * 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 @@ -1100,7 +1111,7 @@ Mon Feb 14 16:41:31 CET 2000 Sven Neumann Sat Feb 12 03:14:38 CET 2000 Sven Neumann - * devel-docs/libgimp/tmpl/gimpchainbutton.sgml: documented + * libgimp/tmpl/gimpchainbutton.sgml: documented GimpChainButton 2000-02-08 Michael Natterer diff --git a/devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml b/devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml index c30fa367ac..8126250015 100644 --- a/devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml +++ b/devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml @@ -24,6 +24,7 @@ + ]> @@ -35,6 +36,12 @@ GIMP Widgets + + + Object Hierarchy + &gimpwidgets-objecttree; + + &GimpButton; &GimpChainButton; &GimpColorArea; @@ -50,18 +57,20 @@ &GimpUnitMenu; &GimpDialog; - - Display Filters - &GimpColorDisplay; - + - - Color Selectors - &GimpColorSelector; - &GimpColorNotebook; - &GimpColorScales; - &GimpColorSelect; - + + + GIMP Display Filters + &GimpColorDisplay; + + + + GIMP Color Selectors + &GimpColorSelector; + &GimpColorNotebook; + &GimpColorScales; + &GimpColorSelect; diff --git a/devel-docs/libgimpwidgets/tmpl/gimpcolorarea.sgml b/devel-docs/libgimpwidgets/tmpl/gimpcolorarea.sgml index 0c392fff63..9d097fa940 100644 --- a/devel-docs/libgimpwidgets/tmpl/gimpcolorarea.sgml +++ b/devel-docs/libgimpwidgets/tmpl/gimpcolorarea.sgml @@ -2,7 +2,7 @@ GimpColorArea - +Displays a GimpRGB color, optionally with alpha-channel. diff --git a/devel-docs/libgimpwidgets/tmpl/gimpcolordisplay.sgml b/devel-docs/libgimpwidgets/tmpl/gimpcolordisplay.sgml index 60ce8a0387..f313428407 100644 --- a/devel-docs/libgimpwidgets/tmpl/gimpcolordisplay.sgml +++ b/devel-docs/libgimpwidgets/tmpl/gimpcolordisplay.sgml @@ -2,13 +2,12 @@ GimpColorDisplay -Functions and definitions for creating a pluggable GIMP -display color correction module. +Pluggable GIMP display color correction modules. -Functions and definitions for creating a pluggable GIMP -display color correction module. +Functions and definitions for creating pluggable GIMP +display color correction modules. diff --git a/devel-docs/libgimpwidgets/tmpl/gimpcolornotebook.sgml b/devel-docs/libgimpwidgets/tmpl/gimpcolornotebook.sgml index 1716a0805e..e71c866f53 100644 --- a/devel-docs/libgimpwidgets/tmpl/gimpcolornotebook.sgml +++ b/devel-docs/libgimpwidgets/tmpl/gimpcolornotebook.sgml @@ -2,11 +2,12 @@ GimpColorNotebook - +A #GimpColorSelector implementation. - +The #GimpColorNotebook widget is an implementation of a #GimpColorSelector. +It serves as a container for #GimpColorSelectors. diff --git a/devel-docs/libgimpwidgets/tmpl/gimpcolorscale.sgml b/devel-docs/libgimpwidgets/tmpl/gimpcolorscale.sgml index d34b16b559..e04b2700a5 100644 --- a/devel-docs/libgimpwidgets/tmpl/gimpcolorscale.sgml +++ b/devel-docs/libgimpwidgets/tmpl/gimpcolorscale.sgml @@ -2,7 +2,7 @@ GimpColorScale - +Fancy colored sliders. diff --git a/devel-docs/libgimpwidgets/tmpl/gimpcolorselector.sgml b/devel-docs/libgimpwidgets/tmpl/gimpcolorselector.sgml index 220f16a66b..604b92e6a2 100644 --- a/devel-docs/libgimpwidgets/tmpl/gimpcolorselector.sgml +++ b/devel-docs/libgimpwidgets/tmpl/gimpcolorselector.sgml @@ -2,13 +2,12 @@ GimpColorSelector -Functions and definitions for creating a pluggable GIMP color -selector module. +Pluggable GIMP color selector modules. -Functions and definitions for creating a pluggable GIMP color -selector module. +Functions and definitions for creating pluggable GIMP color +selector modules. diff --git a/devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml b/devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml index 5c9e90f4ea..c815389f64 100644 --- a/devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml +++ b/devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml @@ -2,7 +2,7 @@ GimpOffsetArea - +Widget to control image offsets. diff --git a/libgimpwidgets/gimpcolornotebook.c b/libgimpwidgets/gimpcolornotebook.c index 72a0a8efc0..ed912a7d49 100644 --- a/libgimpwidgets/gimpcolornotebook.c +++ b/libgimpwidgets/gimpcolornotebook.c @@ -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));