GimpUi.Button::extended-clicked

def callback(button, arg1, user_param1, ...)
  

This signal is emitted when the button is clicked with a modifier key pressed.

user_param1

button

instance of GimpUi.Button that is emitting the signal

arg1

the state of modifier keys when the button was clicked

...

additional user parameters (if any)