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.
126 lines
1.5 KiB
Plaintext
126 lines
1.5 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
gimpbrushes
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Functions for manipulating brushes.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
Functions related to getting and setting brushes.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gimp_brushes_refresh ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_brushes_get_list ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@filter:
|
|
@num_brushes:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_brushes_get_brush ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@width:
|
|
@height:
|
|
@spacing:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_brushes_set_brush ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_brushes_get_opacity ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_brushes_set_opacity ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@opacity:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_brushes_get_paint_mode ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_brushes_set_paint_mode ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@paint_mode:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_brushes_get_spacing ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_brushes_set_spacing ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@spacing:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_brushes_get_brush_data ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@opacity:
|
|
@spacing:
|
|
@paint_mode:
|
|
@width:
|
|
@height:
|
|
@length:
|
|
@mask_data:
|
|
@Returns:
|
|
<!-- # Unused Parameters # -->
|
|
@brush_name:
|
|
@mask_data_size:
|
|
@pname:
|
|
|
|
|