Gimp.Display.present
@accepts(Gimp.Display)
@returns(bool)
def present(self):
# Python wrapper for gimp_display_present()
Present the specified display.
This procedure presents the specified display at the top of the display stack.
Since 3.0
- self
The display to present.
- Returns