MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / add_widget

Method add_widget

gui-apps/app_kivy.py:15–18  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

13 fullscreen = BooleanProperty(False)
14
15 def add_widget(self, *args, **kwargs):
16 if 'content' in self.ids:
17 return self.ids.content.add_widget(*args, **kwargs)
18 return super(ShowcaseScreen, self).add_widget(*args, **kwargs)
19
20
21class ShowcaseApp(App):

Callers 1

add_buttonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected