public property buddy as Widget = null
Widget focused when the label mnemonic is activated.
label = Label("&Login:") label.buddy = TextBox()