Gimp.context_pop
@returns(bool)
def context_pop():
# Python wrapper for gimp_context_pop()
Pops the topmost context from the plug-in's context stack.
This procedure removes the topmost context from the plug-in's context stack. The context that was active before the corresponding call to Gimp.context_push becomes the new current context of the plug-in.
Since 2.2
- Returns