Virtual Method

GimpUiBrushSelectButtonbrush_set

Declaration [src]

void
brush_set (
  GimpBrushSelectButton* button,
  const gchar* brush_name,
  gdouble opacity,
  gint spacing,
  GimpLayerMode paint_mode,
  gint width,
  gint height,
  const guchar* mask_data,
  gboolean dialog_closing
)

Description

No description available.

Parameters

brush_name const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
opacity gdouble
  No description available.
spacing gint
  No description available.
paint_mode GimpLayerMode
  No description available.
width gint
  No description available.
height gint
  No description available.
mask_data const guchar*
  No description available.
 The data is owned by the caller of the function.
dialog_closing gboolean
  No description available.