gimp-layer-set-show-mask

Spencer Kimball & Peter Mattis

Description

Set the show mask setting of the specified layer.

Help

This procedure sets the specified layer's show mask setting. This controls whether the layer or its mask is visible. TRUE indicates that the mask should be visible. If there is no layer mask, this function will return an error.


Type

unknown

Parameters

Type Name Description
PF_LAYER layer The layer
PF_INT show-mask The new layer's show mask setting (TRUE or FALSE)

Return

None