mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Mention the bool
type in the docs
This commit is contained in:
parent
0eb223b2ca
commit
28932a32a5
3 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@ The follow table summarizes the entire mapping:
|
|||
| --- | --- | --- |
|
||||
| `int` | `int` | |
|
||||
| `float` | `float` | |
|
||||
| `bool` | `bool` | |
|
||||
| `string` | [`sixtyfps::SharedString`](../api/structsixtyfps_1_1_shared_string.html) | A reference-counted string type that uses UTF-8 encoding and can be easily converted to a std::string_view or a const char *. |
|
||||
| `color` | [`sixtyfps::Color`](../api/classsixtyfps_1_1_color.html) | |
|
||||
| `brush` | [`sixtyfps::Brush`](../api/classsixtyfps_1_1_brush.html) | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue