Gimp.floating_sel_anchor
function floating_sel_anchor(floating_sel: Gimp.Layer): Boolean {
// Gjs wrapper for gimp_floating_sel_anchor()
}
Anchor the specified floating selection to its associated drawable.
This procedure anchors the floating selection to its associated drawable. This is similar to merging with a merge type of ClipToBottomLayer. The floating selection layer is no longer valid after this operation.
- floating_sel
The floating selection.
- Returns
TRUE on success.