Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. self.tab = TabbedPanelItem(text = self.ip)
  2. layout = BoxLayout(orientation = 'vertical')
  3. sv = ScrollView()
  4. self.label = TextInput(text='',# halign='left', valign='bottom',
  5. size_hint_y = None)#, height = ctrl.minimum_height)
  6.  
  7. sv.add_widget(self.label)
  8. layout.add_widget(sv)
  9. self.tab.add_widget(layout)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement