d2e8057141
Also, change minwidth from theme.minwidth to widget property
9 lines
328 B
Markdown
9 lines
328 B
Markdown
# Migration of modules
|
|
|
|
- bumblebee.util.which has been replaced with shutil.which
|
|
- bumblebee.engine.Module has been replaced with core.module.Module
|
|
- module __init__ has less parameters
|
|
- super() works differently
|
|
- engine.input.register_callback is now core.input.register
|
|
- update() doesn't have a list of widgets anymore
|
|
|