set_visible


Description:

[ Version ( since = "3.0" ) ]
public bool set_visible (bool visible)

Set the visibility of the specified filter.

This procedure sets the specified filter's visibility. The drawable won't be immediately rendered. Use [method@Gimp.Drawable.update] to trigger an update.

Parameters:

this

The filter.

visible

The new filter visibility.

Returns:

TRUE on success.