Skip to content

Instantly share code, notes, and snippets.

@AphonicChaos
Created July 9, 2012 20:05
Show Gist options
  • Save AphonicChaos/3078581 to your computer and use it in GitHub Desktop.
Save AphonicChaos/3078581 to your computer and use it in GitHub Desktop.
not_nested = """
<LoadDialog>:
file_wid: filechooser
FileChooserListView:
id: filechooser
"""
nested = """
<LoadDialog>:
FileChooserListView:
id: filechooser
"""
"""
If the object is nested, shouldn't it just be available as a child of its containing rule? Or is there some css analogue that behaves similarly that might help me understand why this isn't possible? I uderstand thet <LoadDialog> is a rule, but not quite what that implies. I suppose that it would apply to any object named LoadDialog on the python side...
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment