📜  kivy 按钮单击 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:11.514000             🧑  作者: Mango

代码示例1
mybutton.bind(on_press = self.say_hello) # Note: here say_hello doesn't have brackets.