Skip to content

Window Advanced Usage

limbocingo edited this page Dec 22, 2023 · 7 revisions

Window Advanced Usage 💡

Advanced functions for your window. More will be added in the future.

Border less 🪟

If you want to remove the title bar from your window, add the next to your configuration:

APP_SETTINGS = {
    ...
    'border_less': True,
    ...
}

Done now you can enjoy your window without the title bar.

Clone this wiki locally