doc:appunti:prog:kivy
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:prog:kivy [2025/11/30 10:06] – [Config and Settings] niccolo | doc:appunti:prog:kivy [2025/11/30 11:04] (current) – [Config and Settings] niccolo | ||
|---|---|---|---|
| Line 186: | Line 186: | ||
| Suppose that the **App** has two **Screen** objects, one called // | Suppose that the **App** has two **Screen** objects, one called // | ||
| - | - App.build_config() | + | - App.build_config(self, config) |
| - | - App.build() | + | - App.build(self) |
| - | - MenuScreen.on_pre_enter() | + | - MenuScreen.on_pre_enter(self) |
| - | - App.build_settings() | + | - App.build_settings(self, settings) |
| - | - App.on_start() | + | - App.on_start(self) |
| - | The '' | + | The '' |
| The '' | The '' | ||
| - | In this way, when the '' | + | In this way, when the '' |
| <code python> | <code python> | ||
| Line 209: | Line 209: | ||
| </ | </ | ||
| - | When the user enter the // | + | When the user enters |
| * App.on_config_change() | * App.on_config_change() | ||
| - | In this function | + | This function should |
doc/appunti/prog/kivy.1764493606.txt.gz · Last modified: by niccolo
