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

Class ShowcaseScreen

gui-apps/app_kivy.py:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class ShowcaseScreen(Screen):
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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected