Gimp.DrawableFilter.set_visible
@accepts(Gimp.DrawableFilter, bool)
@returns(bool)
def set_visible(self, visible):
# Python wrapper for gimp_drawable_filter_set_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.
Since 3.0
- self
The filter.
- visible
The new filter visibility.
- Returns