Skip to content

Instantly share code, notes, and snippets.

@inclement
Created August 5, 2018 18:58
Show Gist options
  • Select an option

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

Select an option

Save inclement/e850ea0670b875c15700fa667d5c208b to your computer and use it in GitHub Desktop.
from kivy.lang import parent, properties, ids
w = Label(
id='the_label',
text=properties.width,
pos=parent.pos,
children=[
Button(
pos=ids.the_label.pos),
GridLayout(
pos=ids.the_label.pos)])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment