PyBitmessage/src/main.kv

17 lines
335 B
Plaintext
Raw Normal View History

2018-07-03 10:06:20 +00:00
<LoginScreen>:
BoxLayout:
AnchorLayout:
TextInput:
id: user_input
BoxLayout:
Button:
id: sendmessage
text: 'SendMessage'
on_press: root.send()
Button:
id: btnExit
text: "Exit"
2018-07-03 10:06:20 +00:00
on_press: root.sayexit()