klyn.gui.windows.SpinBox.beginEdit
method
public beginEdit() as Void:
Description

Starts manual keyboard edition of the numeric field.

Native backends call this before text input. Application code may use it when it wants to pre-fill the edit buffer before calling insertText.

spin.beginEdit()