libgimp/gimpfontselectbutton.[ch] libgimp/gimpgradientselectbutton.[ch]
2006-06-28 Sven Neumann <sven@gimp.org> * libgimp/gimpfontselectbutton.[ch] * libgimp/gimpgradientselectbutton.[ch] * libgimp/gimppaletteselectbutton.[ch] * libgimp/gimppatternselectbutton.[ch]: for consistency with GimpBrushSelectButton dropped the _name suffix from the getter and setter API. * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppalettemenu.c * libgimp/gimppatternmenu.c * plug-ins/gfig/gfig-style.c * plug-ins/script-fu/script-fu-interface.c: changed accordingly. * libgimp/gimpbrushmenu.c * libgimp/gimpbrushselectbutton.[ch] * libgimp/gimpselectbutton.c: cleanup for consistency. 2006-06-28 Sven Neumann <sven@gimp.org> * libgimp/tmpl/gimpbrushselectbutton.sgml * libgimp/tmpl/gimpgradientselectbutton.sgml * libgimp/tmpl/gimppaletteselectbutton.sgml * libgimp/tmpl/gimppatternselectbutton.sgml * libgimp/tmpl/gimpselectbutton.sgml: new files. * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt * libgimp/libgimp.types: added docs for GimpSelectButton widgets. * libgimp/tmpl/gimpfontselectbutton.sgml: regenerated. * libgimpcolor/libgimpcolor-sections.txt: added docs for GValue API. * libgimpcolor/tmpl/gimprgb.sgml: regenerated. * libgimpwidgets/libgimpwidgets-sections.txt: updated. * libgimpwidgets/tmpl/gimppropwidgets.sgml * libgimpwidgets/tmpl/gimpstock.sgml: regenerated.
This commit is contained in:
committed by
Sven Neumann
parent
7405ca666b
commit
a9bd28e458
@ -89,6 +89,8 @@ GIMP_TYPE_PARAM_RGB
|
||||
gimp_param_spec_rgb
|
||||
gimp_param_spec_rgb_has_alpha
|
||||
GIMP_VALUE_HOLDS_RGB
|
||||
gimp_value_get_rgb
|
||||
gimp_value_set_rgb
|
||||
<SUBSECTION Standard>
|
||||
GIMP_IS_PARAM_SPEC_RGB
|
||||
gimp_param_rgb_get_type
|
||||
|
||||
@ -431,3 +431,21 @@ coefficients taken from the NTSC analog television standard.
|
||||
@value:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_value_get_rgb ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@value:
|
||||
@rgb:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_value_set_rgb ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@value:
|
||||
@rgb:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user