Skip to content

Instantly share code, notes, and snippets.

@geojeff
Created May 28, 2013 19:56
Show Gist options
  • Save geojeff/5665615 to your computer and use it in GitHub Desktop.
Save geojeff/5665615 to your computer and use it in GitHub Desktop.
#:kivy 1.0
#:import kivy kivy
#:import win kivy.core.window
<cont>:
but: but
FloatLayout:
size:(600,600)
Button:
id:but
text: 'My first' + str(root.info)
size_hint:.2,.2
pos:(200,200)
background_color:[.5,.8,.2,1]
foreground_color:[.4,.4,.8,.8]
font_size:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment