Gimp.Resource.prototype.is_pattern
function is_pattern(): Boolean {
// Gjs wrapper for gimp_resource_is_pattern()
}
Returns whether the resource is a pattern.
This procedure returns TRUE if the specified resource is a pattern.
Since 3.0
- Returns
TRUE if the resource is a pattern, FALSE otherwise.