Skip to content

Instantly share code, notes, and snippets.

@amalgamatedclyde
Created October 1, 2013 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amalgamatedclyde/6780860 to your computer and use it in GitHub Desktop.
Save amalgamatedclyde/6780860 to your computer and use it in GitHub Desktop.
no child widget showing up
#:kivy 1.0
#:import BoxLayout kivy.uix.boxlayout
#:import ToggleButton kivy.uix.togglebutton
<ButtonPanel@BoxLayout>:
orientation: 'vertical'
id: boxy
ToggleButton:
text: 'is this working?'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment