Crate i_slint_common

Source
Expand description

This crate contains internal data structures and code that is shared between the i-slint-core and the i-slint-compiler crates.

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.

Modules§

builtin_structs
This module contains all builtin structures exposed in the .slint language.
enums
This module contains all enums exposed in the .slint language.
key_codes
This module is meant to be included by different crate and each crate must define the macro for_each_keys

Macros§

for_each_builtin_structs
Call a macro with every builtin structures exposed in the .slint language
for_each_enums
Call a macro with every enum exposed in the .slint language
for_each_special_keys

Functions§

get_native_style
Detect the native style depending on the platform