Skip to content

Window Advanced Usage

ZABBIX edited this page Mar 24, 2024 · 7 revisions

Window Advanced Usage 💡

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

Title bar 🪟

Border less

This configuration allows for the elimination of the title bar from the window

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

Title bar without maximize button

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

Title bar without minimize button

APP_SETTINGS = {
    ...
    'titlebar_no_button_minimize': True,
    ...
}
Clone this wiki locally