2003-09-04 Sven Neumann <sven@gimp.org> * app/core/Makefile.am * app/core/core-types.h * app/core/gimpcontainer-filter.[ch]: added filter functionality for GimpContainers. * tools/pdbgen/pdb/brushes.pdb * tools/pdbgen/pdb/fonts.pdb * tools/pdbgen/pdb/gradients.pdb * tools/pdbgen/pdb/palettes.pdb * tools/pdbgen/pdb/patterns.pdb: made the gimp_foo_get_list() PDB function somewhat useful by adding a filter parameter that allows to specify a regular expression to be used on the list. * app/pdb/Makefile.am: had to uglify the ugly hack even more :( * app/pdb/brushes_cmds.c * app/pdb/fonts_cmds.c * app/pdb/gradients_cmds.c * app/pdb/palettes_cmds.c * app/pdb/patterns_cmds.c * libgimp/gimpbrushes_pdb.[ch] * libgimp/gimpfonts_pdb.[ch] * libgimp/gimpgradients_pdb.[ch] * libgimp/gimppalettes_pdb.[ch] * libgimp/gimppatterns_pdb.[ch]: regenerated. * plug-ins/gflare/gflare.c * plug-ins/pygimp/gimpmodule.c: changed accordingly. * plug-ins/script-fu/scripts/font-map.scm: replaced the font list parameter with a more useful regexp filter on the available fonts.
87 lines
1.0 KiB
Plaintext
87 lines
1.0 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
gimpgradients
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Operations related to gradients.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
Operations related to gradients.
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gimp_gradients_refresh ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradients_get_list ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@filter:
|
|
@num_gradients:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradients_get_gradient ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradients_set_gradient ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradients_sample_uniform ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@num_samples:
|
|
@reverse:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradients_sample_custom ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@num_samples:
|
|
@positions:
|
|
@reverse:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_gradients_get_gradient_data ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@sample_size:
|
|
@reverse:
|
|
@width:
|
|
@grad_data:
|
|
@Returns:
|
|
|
|
|