Created
July 9, 2012 20:05
-
-
Save AphonicChaos/3078581 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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