Gimp.context_pop
function context_pop(): Boolean {
// Gjs wrapper for gimp_context_pop()
}
Pops the topmost context from the plug-in's context stack.
Removes the topmost context from the plug-in's context stack. The next context on the stack becomes the new current context of the plug-in, that is, the context that was active before the corresponding call to Gimp.context_push
Since 2.2
- Returns
TRUE on success.