removed rgb and hsv parameters from gimp_color_scale_new().
2002-10-31 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorscale.[ch]: removed rgb and hsv parameters from gimp_color_scale_new(). * libgimpwidgets/gimpwidgets.c: changed accordingly.
This commit is contained in:

committed by
Sven Neumann

parent
aa6ec604ba
commit
437856281b
@ -1,3 +1,9 @@
|
||||
2002-10-31 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/libgimpwidgets-sections.txt
|
||||
* libgimpwidgets/tmpl/gimpcolorscale.sgml
|
||||
* libgimpwidgets/tmpl/gimpwidgets.sgml: updated.
|
||||
|
||||
2002-10-30 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/tmpl/gimpcolorscale.sgml: added GimpColorScale.
|
||||
|
@ -361,6 +361,7 @@ GIMP_SCALE_ENTRY_SPINBUTTON
|
||||
GIMP_SCALE_ENTRY_SPINBUTTON_ADJ
|
||||
gimp_scale_entry_new
|
||||
gimp_scale_entry_set_sensitive
|
||||
gimp_color_scale_entry_new
|
||||
GIMP_RANDOM_SEED_SPINBUTTON
|
||||
GIMP_RANDOM_SEED_SPINBUTTON_ADJ
|
||||
GIMP_RANDOM_SEED_TOGGLEBUTTON
|
||||
@ -448,6 +449,8 @@ GIMP_COLOR_NOTEBOOK_GET_CLASS
|
||||
<TITLE>GimpColorScale</TITLE>
|
||||
GimpColorScale
|
||||
gimp_color_scale_new
|
||||
gimp_color_scale_set_channel
|
||||
gimp_color_scale_set_color
|
||||
<SUBSECTION Standard>
|
||||
GIMP_COLOR_SCALE
|
||||
GIMP_IS_COLOR_SCALE
|
||||
|
@ -27,8 +27,28 @@ GimpColorScale
|
||||
|
||||
@orientation:
|
||||
@channel:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@rgb:
|
||||
@hsv:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_scale_set_channel ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@scale:
|
||||
@channel:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_scale_set_color ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@scale:
|
||||
@rgb:
|
||||
@hsv:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -336,6 +336,28 @@ Returns the #GtkAdjustment of the scale_entry's #GtkSpinButton.
|
||||
@sensitive:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_scale_entry_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@table:
|
||||
@column:
|
||||
@row:
|
||||
@text:
|
||||
@scale_width:
|
||||
@spinbutton_width:
|
||||
@value:
|
||||
@lower:
|
||||
@upper:
|
||||
@step_increment:
|
||||
@page_increment:
|
||||
@digits:
|
||||
@tooltip:
|
||||
@help_data:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_RANDOM_SEED_SPINBUTTON ##### -->
|
||||
<para>
|
||||
Returns the random_seed's #GtkSpinButton.
|
||||
|
Reference in New Issue
Block a user