slint::platform::WindowAdapter::WindowProperties Struct
struct WindowProperties;C++
#include <slint-platform.h>C++
This struct contains getters that provide access to properties of the Window element, and is used with WindowAdapter::update_window_properties().
Public Functions
Section titled “Public Functions”SharedString slint::platform::WindowAdapter::WindowProperties::title() const
Returns the title of the window.
background
Section titled “ background”Brush slint::platform::WindowAdapter::WindowProperties::background() const
Returns the background brush of the window.
fullscreen
Section titled “ fullscreen”bool slint::platform::WindowAdapter::WindowProperties::fullscreen() const
Use is_fullscreen() instead
is_fullscreen
Section titled “ is_fullscreen”bool slint::platform::WindowAdapter::WindowProperties::is_fullscreen() const
Returns true if the window should be shown fullscreen; false otherwise.
is_minimized
Section titled “ is_minimized”bool slint::platform::WindowAdapter::WindowProperties::is_minimized() const
Returns true if the window should be minimized; false otherwise.
is_maximized
Section titled “ is_maximized”bool slint::platform::WindowAdapter::WindowProperties::is_maximized() const
Returns true if the window should be maximized; false otherwise.
layout_constraints
Section titled “ layout_constraints”LayoutConstraints slint::platform::WindowAdapter::WindowProperties::layout_constraints() const
Returns the layout constraints of the window.
© 2026 SixtyFPS GmbH