GimpUi.SpinScale.get_mnemonic_keyval

@accepts(GimpUi.SpinScale)
@returns(int)
def get_mnemonic_keyval(self):
    # Python wrapper for gimp_spin_scale_get_mnemonic_keyval()
  

If self has been set with a mnemonic key in its label text, this function returns the keyval used for the mnemonic accelerator.

self

the GimpUi.SpinScale.

Returns