adds extern "C" to the header files that were missing it. (#5857)

This commit is contained in:
Kevin Schlosser
2024-03-13 20:38:25 -06:00
committed by GitHub
parent 442efeef21
commit 1f76eabadd
7 changed files with 113 additions and 68 deletions

View File

@@ -398,7 +398,7 @@ Properties to describe spacing around an object. Very similar to the margin prop
margin_top
~~~~~~~~~~
Sets the margin on the top. The object will keep this space from its siblings in layouts.
Sets the margin on the top. The object will keep this space from its siblings in layouts.
.. raw:: html
@@ -735,7 +735,7 @@ Properties to describe the outline. It's like a border but drawn outside of the
outline_width
~~~~~~~~~~~~~
Set the width of the outline in pixels.
Set the width of the outline in pixels.
.. raw:: html
@@ -810,7 +810,7 @@ Set the width of the shadow in pixels. The value should be >= 0.
shadow_offset_x
~~~~~~~~~~~~~~~
Set an offset on the shadow in pixels in X direction.
Set an offset on the shadow in pixels in X direction.
.. raw:: html
@@ -824,7 +824,7 @@ Set an offset on the shadow in pixels in X direction.
shadow_offset_y
~~~~~~~~~~~~~~~
Set an offset on the shadow in pixels in Y direction.
Set an offset on the shadow in pixels in Y direction.
.. raw:: html
@@ -974,7 +974,7 @@ Set the gap between dashes in pixel. Note that dash works only on horizontal and
line_rounded
~~~~~~~~~~~~
Make the end points of the lines rounded. `true`: rounded, `false`: perpendicular line ending
Make the end points of the lines rounded. `true`: rounded, `false`: perpendicular line ending
.. raw:: html
@@ -1035,7 +1035,7 @@ Set the width (thickness) of the arcs in pixel.
arc_rounded
~~~~~~~~~~~
Make the end points of the arcs rounded. `true`: rounded, `false`: perpendicular line ending
Make the end points of the arcs rounded. `true`: rounded, `false`: perpendicular line ending
.. raw:: html
@@ -1124,7 +1124,7 @@ Set the opacity of the text. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully
text_font
~~~~~~~~~
Set the font of the text (a pointer `lv_font_t *`).
Set the font of the text (a pointer `lv_font_t *`).
.. raw:: html