Created
October 16, 2013 14:58
-
-
Save amalgamatedclyde/7009061 to your computer and use it in GitHub Desktop.
simplest callback ever
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FloatLayout: | |
Popup: | |
id: popup1 | |
Button: | |
text: ('button pressed') | |
on_release: root.remove_widget(popup1) | |
#on_release: popup1.dismiss(force=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment