Skip to content

Instantly share code, notes, and snippets.

@amalgamatedclyde
Created October 16, 2013 14:58
Show Gist options
  • Save amalgamatedclyde/7009061 to your computer and use it in GitHub Desktop.
Save amalgamatedclyde/7009061 to your computer and use it in GitHub Desktop.
simplest callback ever
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