Skip to content

Commit ee2d5dd

Browse files
committed
1 parent 7d61b22 commit ee2d5dd

File tree

177 files changed

+3178
-2986
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+3178
-2986
lines changed

docs/components/html/en-US/LVGL.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,31 @@
2929
<li><p><em>X</em>: The x coordinate to set</p></li>
3030
<li><p><strong>Obj get x</strong>: Get the x coordinate of the object</p></li>
3131
<li><p><em>Object</em>: The object to get the x coordinate</p></li>
32-
<li><p><em>Result</em>: The variable to store the x coordinate</p></li>
32+
<li><p><em>Store result into</em>: The variable to store the x coordinate</p></li>
3333
<li><p><strong>Obj set y</strong>: Set the y coordinate of the object</p></li>
3434
<li><p><em>Object</em>: The object to set the y coordinate</p></li>
3535
<li><p><em>Y</em>: The y coordinate to set</p></li>
3636
<li><p><strong>Obj get y</strong>: Get the y coordinate of the object</p></li>
3737
<li><p><em>Object</em>: The object to get the y coordinate</p></li>
38-
<li><p><em>Result</em>: The variable to store the y coordinate</p></li>
38+
<li><p><em>Store result into</em>: The variable to store the y coordinate</p></li>
3939
<li><p><strong>Obj set width</strong>: Set the width of the object</p></li>
4040
<li><p><em>Object</em>: The object to set the width</p></li>
4141
<li><p><em>Width</em>: The width to set</p></li>
4242
<li><p><strong>Obj get width</strong>: Get the width of the object</p></li>
4343
<li><p><em>Object</em>: The object to get the width</p></li>
44-
<li><p><em>Result</em>: The variable to store the width</p></li>
44+
<li><p><em>Store result into</em>: The variable to store the width</p></li>
4545
<li><p><strong>Obj set height</strong>: Set the height of the object</p></li>
4646
<li><p><em>Object</em>: The object to set the height</p></li>
4747
<li><p><em>Height</em>: The height to set</p></li>
4848
<li><p><strong>Obj get height</strong>: Get the height of the object</p></li>
4949
<li><p><em>Object</em>: The object to get the height</p></li>
50-
<li><p><em>Result</em>: The variable to store the height</p></li>
50+
<li><p><em>Store result into</em>: The variable to store the height</p></li>
5151
<li><p><strong>Obj set style opa</strong>: Set the opacity of the object</p></li>
5252
<li><p><em>Object</em>: The object to set the opacity</p></li>
5353
<li><p><em>Opacity</em>: The opacity to set (0-255)</p></li>
5454
<li><p><strong>Obj get style opa</strong>: Get the opacity of the object</p></li>
5555
<li><p><em>Object</em>: The object to get the opacity</p></li>
56-
<li><p><em>Result</em>: The variable to store the opacity</p></li>
56+
<li><p><em>Store result into</em>: The variable to store the opacity</p></li>
5757
<li><p><strong>Obj add style</strong>: Add a style to the object</p></li>
5858
<li><p><em>Object</em>: The object to add the style</p></li>
5959
<li><p><em>Style</em>: The style to add</p></li>
@@ -72,7 +72,7 @@
7272
<li><p><strong>Obj has flag</strong>: Check if the object has the specified flag</p></li>
7373
<li><p><em>Object</em>: The object to check the flag</p></li>
7474
<li><p><em>Flag</em>: The flag to check</p></li>
75-
<li><p><em>Result</em>: The variable to store the result</p></li>
75+
<li><p><em>Store result into</em>: The variable to store the result</p></li>
7676
<li><p><strong>Obj set state checked</strong>: Set the checked state of the object</p></li>
7777
<li><p><em>Object</em>: The object to set the checked state</p></li>
7878
<li><p><em>Checked</em>: The checked state to set</p></li>
@@ -88,7 +88,7 @@
8888
<li><p><strong>Obj has state</strong>: Check if the object has the specified state</p></li>
8989
<li><p><em>Object</em>: The object to check the state</p></li>
9090
<li><p><em>State</em>: The state to check</p></li>
91-
<li><p><em>Result</em>: The variable to store the result</p></li>
91+
<li><p><em>Store result into</em>: The variable to store the result</p></li>
9292
<li><p><strong>Arc set value</strong>: Set the value of the arc</p></li>
9393
<li><p><em>Object</em>: The arc to set the value</p></li>
9494
<li><p><em>Value</em>: The value to set</p></li>
@@ -130,7 +130,7 @@
130130
<li><p><em>Group</em>: The group to focus the previous object</p></li>
131131
<li><p><strong>Group get focused</strong>: Get the focused object in the group</p></li>
132132
<li><p><em>Group</em>: The group to get the focused object</p></li>
133-
<li><p><em>Result</em>: The variable to store the focused object</p></li>
133+
<li><p><em>Store result into</em>: The variable to store the focused object</p></li>
134134
<li><p><strong>Group focus freeze</strong>: Do not let to change the focus from the current object</p></li>
135135
<li><p><em>Group</em>: The group to freeze/unfreeze the focus</p></li>
136136
<li><p><em>Enabled</em>: true: freeze, false: release freezing (normal mode)</p></li>
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
6 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

help/en-US/components/actions/LVGL.md

+47-47

packages/eez-studio-ui/_stylesheets/project-editor.less

+20
Original file line numberDiff line numberDiff line change
@@ -3623,3 +3623,23 @@
36233623
}
36243624
}
36253625
}
3626+
3627+
.EezStudio_NewLVGLActionDialog {
3628+
.EezStudio_SearchInput_Container {
3629+
border: 1px solid @borderColor;
3630+
border-bottom: none;
3631+
}
3632+
.EezStudio_ListContainer {
3633+
min-height: 50px;
3634+
max-height: 480px;
3635+
3636+
.EezStudio_List {
3637+
padding: 5px;
3638+
3639+
> div.EezStudio_Selected {
3640+
background-color: @selectionBackgroundColor;
3641+
color: @selectionColor;
3642+
}
3643+
}
3644+
}
3645+
}

0 commit comments

Comments
 (0)