Skip to content

Instantly share code, notes, and snippets.

@inclement
Created November 25, 2013 19:30
Show Gist options
  • Select an option

  • Save inclement/7647283 to your computer and use it in GitHub Desktop.

Select an option

Save inclement/7647283 to your computer and use it in GitHub Desktop.
<MyButton@Button>:
color: .8,.9,0,1
font_size: 32
<HBoxWidget>:
BoxLayout:
size: root.size
pos: root.pos
orientation: 'horizontal'
MyButton:
text: "Btn1"
background_color: 255,0,0,1
MyButton:
text: "Btn2"
background_color: 0,255,0,1
MyButton:
text: "Btn3"
background_color: 0,0,255,1
MyButton:
text: "Btn4"
background_color: 255,0,255,1
MyButton:
text: "Btn2"
background_color: 255,0,0,1
<VBoxWidget>:
BoxLayout:
size: root.size
pos: root.pos
id: foo_bar
orientation: 'vertical'
Button:
text: 'press me'
<TopBoxLayout>:
orientation: "vertical"
VBoxWidget:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment