Lines Matching full:set

39 …'dsc': "Set X coordinate of Widget considering the ``align`` setting. Pixel and percentage values …
43 …'dsc': "Set Y coordinate of Widget considering the ``align`` setting. Pixel and percentage values …
47 …'dsc': "Set the alignment which tells from which point of the parent the X and Y coordinates shoul…
83 …'dsc': "Set pivot point's X coordinate for transformations. Relative to Widget's top left corner'"…
87 …'dsc': "Set pivot point's Y coordinate for transformations. Relative to Widget's top left corner'"…
146 'dsc': "Set background color of Widget."},
150 …'dsc': "Set opacity of the background. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transpar…
154 'dsc': "Set gradient color of the background. Used only if `grad_dir` is not `LV_GRAD_DIR_NONE`"},
158 …'dsc': "Set direction of the gradient of the background. Possible values are `LV_GRAD_DIR_NONE/HOR…
162 …'dsc': "Set point from which background color should start for gradients. 0 means to top/left side…
166 …'dsc': "Set point from which background's gradient color should start. 0 means to top/left side, 2…
170 'dsc': "Set opacity of the first gradient color"},
174 'dsc': "Set opacity of the second gradient color"},
178Set gradient definition. The pointed instance must exist while Widget is alive. NULL to disable. I…
182 …'dsc': "Set a background image. Can be a pointer to `lv_image_dsc_t`, a path to a file or an `LV_S…
186 …'dsc': "Set opacity of the background image. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully tr…
190 'dsc': "Set a color to mix to the background image."},
194 …'dsc': "Set intensity of background image recoloring. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means…
203 'dsc': "Set color of the border"},
207 …'dsc': "Set opacity of the border. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent,…
211 'dsc': "Set width of the border. Only pixel values can be used."},
215 …'dsc': "Set only which side(s) the border should be drawn. Possible values are `LV_BORDER_SIDE_NON…
224 'dsc': "Set width of outline in pixels."},
228 'dsc': "Set color of outline."},
232 …'dsc': "Set opacity of outline. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 25…
236 'dsc': "Set padding of outline, i.e. the gap between Widget and the outline."},
241 'dsc': "Set width of the shadow in pixels. The value should be >= 0."},
245 'dsc': "Set an offset on the shadow in pixels in X direction."},
249 'dsc': "Set an offset on the shadow in pixels in Y direction."},
257 'dsc': "Set color of shadow"},
261 …'dsc': "Set opacity of shadow. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255…
266 …'dsc': "Set opacity of an image. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 2…
270 'dsc': "Set color to mix with the image."},
274 …'dsc': "Set intensity of color mixing. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transpar…
279 'dsc': "Set width of lines in pixels."},
283 …'dsc': "Set width of dashes in pixels. Note that dash works only on horizontal and vertical lines"…
287 …'dsc': "Set gap between dashes in pixels. Note that dash works only on horizontal and vertical lin…
295 'dsc': "Set color of lines."},
299 'dsc': "Set opacity of lines."},
304 'dsc': "Set width (thickness) of arcs in pixels."},
312 'dsc': "Set color of arc."},
316 'dsc': "Set opacity of arcs."},
320 …'dsc': "Set an image from which arc will be masked out. It's useful to display complex effects on …
329 …'dsc': "Set opacity of text. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, …
333 'dsc': "Set font of text (a pointer `lv_font_t *`)."},
337 'dsc': "Set letter space in pixels"},
341 'dsc': "Set line space in pixels."},
345 …'dsc': "Set decoration for the text. Possible values are `LV_TEXT_DECOR_NONE/UNDERLINE/STRIKETHROU…
349 …'dsc': "Set how to align the lines of the text. Note that it doesn't align the Widget itself, only…
354 …'dsc': "Set radius on every corner. The value is interpreted in pixels (>= 0) or `LV_RADIUS_CIRCLE…
398 …'dsc': "Set layout of Widget. Children will be repositioned and resized according to policies set
402 'dsc': "Set base direction of Widget. Possible values are `LV_BIDI_DIR_LTR/RTL/AUTO`."},
406 …'dsc': "If set, a layer will be created for the widget and the layer will be masked with this A8 b…
462 'dsc': "Set column in which Widget should be placed."},
466 'dsc': "Set how to align Widget horizontally."},
470 'dsc': "Set how many columns Widget should span. Needs to be >= 1."},
474 'dsc': "Set row in which Widget should be placed."},
478 'dsc': "Set how to align Widget vertically."},
482 'dsc': "Set how many rows Widget should span. Needs to be >= 1."},