: BoxLayout: orientation: 'vertical' Button: id: bt1 text: 'Button1' on_release: root.funcButton(tx2) TextInput: id: tx1 on_text: root.funcTextInput(tx2,tx1.text) TextInput: id: tx2