klyn.gui.windows.Label.buddy
property
public property buddy as Widget = null
Description

Widget focused when the label mnemonic is activated.

label = Label("&Login:")
label.buddy = TextBox()