Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. for data in self.svndata:
  2.      box = BoxLayout(orientation="horizontal", size_hint_y=None, height=30)
  3.      svncheck = CheckBox(active=False, size_hint_x=0.1 ,size_hint_y=None, height=30, on_press=(lambda a: self.ToggleButton(data["revision"])(data)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement