mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +00:00
Rename stark-style to dark-color-scheme
That's the term used by CSS
This commit is contained in:
parent
0ba468c236
commit
6ee932883a
14 changed files with 43 additions and 43 deletions
|
@ -117,7 +117,7 @@ public:
|
|||
float scale_factor() const { return slint_windowrc_get_scale_factor(&inner); }
|
||||
void set_scale_factor(float value) const { slint_windowrc_set_scale_factor(&inner, value); }
|
||||
|
||||
bool dark_style() const { return slint_windowrc_dark_style(&inner); }
|
||||
bool dark_color_scheme() const { return slint_windowrc_dark_color_scheme(&inner); }
|
||||
|
||||
template<typename Component, typename ItemArray>
|
||||
void unregister_component(Component *c, ItemArray items) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue