[Top]
GTK2
GTK2.Label
|
Method GTK2.Label()->set_text_with_mnemonic()
- Method
set_text_with_mnemonic
GTK2.Label set_text_with_mnemonic(string text)
- 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().
|