gimp_brushes_refresh << INDEX >> gimp_brushes_set_opacity

gimp_brushes_set_brush (1995-1996)

NAME
gimp_brushes_set_brush - Set the specified brush as the active brush.
SYNOPSIS
gimp_brushes_set_brush (name)
DESCRIPTION
This procedure allows the active brush mask to be set by specifying its name. The name is simply a string which corresponds to one of the names of the installed brushes. If there is no matching brush found, this procedure will return an error. Otherwise, the specified brush becomes active and will be used in all subsequent paint operations.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
STRINGnameThe brush name
SOME SYNTAX ALTERNATIVES
Gimp->brushes_set_brush (name)
brushes_set_brush Layer (name)
brushes_set_brush Image (name)
brushes_set_brush Channel (name)
brushes_set_brush Display (name)
brushes_set_brush Drawable (name)
AUTHOR
Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>