Method GTK2.Label()->set_text_with_mnemonic()


Method set_text_with_mnemonic

GTK2.Label set_text_with_mnemonic(sprintf_format text, sprintf_args ... fmt)

Description

Sets the label's text from the string text. If characters in text are preceded by an underscore, they are underlined indicating that they represent a keyboard accelerator called a mnemonic. The mnemonic key can be used to activate another widget, chose automatically, or explicitly using set_mnemonic_widget().