|
|
|
@@ -214,134 +214,134 @@ Example
|
|
|
|
|
<prop name="scroll_snap_y" type="enum:lv_scroll_snap" help="Snap children vertically"/>
|
|
|
|
|
<prop name="scrollbar_mode" type="enum:lv_scrollbar_mode" help="Set the scrollbar mode"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_x" type="coords" help="Set X position (px, or %)"/>
|
|
|
|
|
<prop name="style_y" type="coords" help="Set Y position (px, or %)"/>
|
|
|
|
|
<prop name="style_height" type="coords" help="Set height (px, %, or content)"/>
|
|
|
|
|
<prop name="style_min_height" type="coords" help="Set min height (px, %, or content)"/>
|
|
|
|
|
<prop name="style_max_height" type="coords" help="Set max height (px, %, or content)"/>
|
|
|
|
|
<prop name="style_width" type="coords" help="Set width (px, %, or content)"/>
|
|
|
|
|
<prop name="style_min_width" type="coords" help="Set min width (px, %, or content)"/>
|
|
|
|
|
<prop name="style_max_width" type="coords" help="Set max width (px, %, or content)"/>
|
|
|
|
|
<prop name="style_length" type="coords" help="Set length (used by some widgets)"/>
|
|
|
|
|
<prop name="style_x-selector" type="coords" help="Set X position (px, or %)"/>
|
|
|
|
|
<prop name="style_y-selector" type="coords" help="Set Y position (px, or %)"/>
|
|
|
|
|
<prop name="style_height-selector" type="coords" help="Set height (px, %, or content)"/>
|
|
|
|
|
<prop name="style_min_height-selector" type="coords" help="Set min height (px, %, or content)"/>
|
|
|
|
|
<prop name="style_max_height-selector" type="coords" help="Set max height (px, %, or content)"/>
|
|
|
|
|
<prop name="style_width-selector" type="coords" help="Set width (px, %, or content)"/>
|
|
|
|
|
<prop name="style_min_width-selector" type="coords" help="Set min width (px, %, or content)"/>
|
|
|
|
|
<prop name="style_max_width-selector" type="coords" help="Set max width (px, %, or content)"/>
|
|
|
|
|
<prop name="style_length-selector" type="coords" help="Set length (used by some widgets)"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_pad_top" type="int" help="Keep this distance on the top from the content inside"/>
|
|
|
|
|
<prop name="style_pad_bottom" type="int" help="Keep this distance on the bottom from the content inside"/>
|
|
|
|
|
<prop name="style_pad_left" type="int" help="Keep this distance on the left from the content inside"/>
|
|
|
|
|
<prop name="style_pad_right" type="int" help="Keep this distance on the right from the content inside"/>
|
|
|
|
|
<prop name="style_pad_hor" type="int" help="Set both left and right padding"/>
|
|
|
|
|
<prop name="style_pad_ver" type="int" help="Set both top and bottom padding"/>
|
|
|
|
|
<prop name="style_pad_all" type="int" help="Set padding in all 4 directions"/>
|
|
|
|
|
<prop name="style_pad_row" type="int" help="Set padding between rows of layouts"/>
|
|
|
|
|
<prop name="style_pad_column" type="int" help="Set padding between columns of layouts"/>
|
|
|
|
|
<prop name="style_pad_radial" type="int" help="Set radial padding"/>
|
|
|
|
|
<prop name="style_margin_top" type="int" help="Keep distance above the widget when used in a layout"/>
|
|
|
|
|
<prop name="style_margin_bottom" type="int" help="Keep distance below the widget when used in a layout"/>
|
|
|
|
|
<prop name="style_margin_left" type="int" help="Keep distance to the left of the widget when used in a layout"/>
|
|
|
|
|
<prop name="style_margin_right" type="int" help="Keep distance to the right of the widget when used in a layout"/>
|
|
|
|
|
<prop name="style_margin_hor" type="int" help="Set both left and right margin"/>
|
|
|
|
|
<prop name="style_margin_ver" type="int" help="Set both top and bottom margin"/>
|
|
|
|
|
<prop name="style_margin_all" type="int" help="Set margins in all 4 directions"/>
|
|
|
|
|
<prop name="style_pad_top-selector" type="int" help="Keep this distance on the top from the content inside"/>
|
|
|
|
|
<prop name="style_pad_bottom-selector" type="int" help="Keep this distance on the bottom from the content inside"/>
|
|
|
|
|
<prop name="style_pad_left-selector" type="int" help="Keep this distance on the left from the content inside"/>
|
|
|
|
|
<prop name="style_pad_right-selector" type="int" help="Keep this distance on the right from the content inside"/>
|
|
|
|
|
<prop name="style_pad_hor-selector" type="int" help="Set both left and right padding"/>
|
|
|
|
|
<prop name="style_pad_ver-selector" type="int" help="Set both top and bottom padding"/>
|
|
|
|
|
<prop name="style_pad_all-selector" type="int" help="Set padding in all 4 directions"/>
|
|
|
|
|
<prop name="style_pad_row-selector" type="int" help="Set padding between rows of layouts"/>
|
|
|
|
|
<prop name="style_pad_column-selector" type="int" help="Set padding between columns of layouts"/>
|
|
|
|
|
<prop name="style_pad_radial-selector" type="int" help="Set radial padding"/>
|
|
|
|
|
<prop name="style_margin_top-selector" type="int" help="Keep distance above the widget when used in a layout"/>
|
|
|
|
|
<prop name="style_margin_bottom-selector" type="int" help="Keep distance below the widget when used in a layout"/>
|
|
|
|
|
<prop name="style_margin_left-selector" type="int" help="Keep distance to the left of the widget when used in a layout"/>
|
|
|
|
|
<prop name="style_margin_right-selector" type="int" help="Keep distance to the right of the widget when used in a layout"/>
|
|
|
|
|
<prop name="style_margin_hor-selector" type="int" help="Set both left and right margin"/>
|
|
|
|
|
<prop name="style_margin_ver-selector" type="int" help="Set both top and bottom margin"/>
|
|
|
|
|
<prop name="style_margin_all-selector" type="int" help="Set margins in all 4 directions"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_radius" type="int" help="Set corner radius"/>
|
|
|
|
|
<prop name="style_radial_offset" type="int" help="Set radial offset (e.g. on ticks of circular scales)"/>
|
|
|
|
|
<prop name="style_align" type="enum:lv_align" help="Set alignment on the parent"/>
|
|
|
|
|
<prop name="style_clip_corner" type="bool" help="Enable corner clipping"/>
|
|
|
|
|
<prop name="style_base_dir" type="enum:lv_base_dir" help="Set base text dir"/>
|
|
|
|
|
<prop name="style_radius-selector" type="int" help="Set corner radius"/>
|
|
|
|
|
<prop name="style_radial_offset-selector" type="int" help="Set radial offset (e.g. on ticks of circular scales)"/>
|
|
|
|
|
<prop name="style_align-selector" type="enum:lv_align" help="Set alignment on the parent"/>
|
|
|
|
|
<prop name="style_clip_corner-selector" type="bool" help="Enable corner clipping"/>
|
|
|
|
|
<prop name="style_base_dir-selector" type="enum:lv_base_dir" help="Set base text dir"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_bg_color" type="color" help="Set bg color"/>
|
|
|
|
|
<prop name="style_bg_opa" type="opa" help="Set background opacity"/>
|
|
|
|
|
<prop name="style_bg_grad_dir" type="enum:lv_grad_dir" help="Set background gradient type"/>
|
|
|
|
|
<prop name="style_bg_main_stop" type="int" help="Set gradient main stop"/>
|
|
|
|
|
<prop name="style_bg_grad_stop" type="int" help="Set gradient second stop"/>
|
|
|
|
|
<prop name="style_bg_grad_color" type="color" help="Set gradient color"/>
|
|
|
|
|
<prop name="style_bg_color-selector" type="color" help="Set bg color"/>
|
|
|
|
|
<prop name="style_bg_opa-selector" type="opa" help="Set background opacity"/>
|
|
|
|
|
<prop name="style_bg_grad_dir-selector" type="enum:lv_grad_dir" help="Set background gradient type"/>
|
|
|
|
|
<prop name="style_bg_main_stop-selector" type="int" help="Set gradient main stop"/>
|
|
|
|
|
<prop name="style_bg_grad_stop-selector" type="int" help="Set gradient second stop"/>
|
|
|
|
|
<prop name="style_bg_grad_color-selector" type="color" help="Set gradient color"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_bg_image_src" type="image" help="Set background image"/>
|
|
|
|
|
<prop name="style_bg_image_tiled" type="bool" help="Tile background image"/>
|
|
|
|
|
<prop name="style_bg_image_recolor" type="color" help="Recolor the background image"/>
|
|
|
|
|
<prop name="style_bg_image_recolor_opa" type="opa" help="Set the recolor intensity"/>
|
|
|
|
|
<prop name="style_bg_image_src-selector" type="image" help="Set background image"/>
|
|
|
|
|
<prop name="style_bg_image_tiled-selector" type="bool" help="Tile background image"/>
|
|
|
|
|
<prop name="style_bg_image_recolor-selector" type="color" help="Recolor the background image"/>
|
|
|
|
|
<prop name="style_bg_image_recolor_opa-selector" type="opa" help="Set the recolor intensity"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_border_color" type="color" help="Set border color"/>
|
|
|
|
|
<prop name="style_border_width" type="int" help="Set border width"/>
|
|
|
|
|
<prop name="style_border_opa" type="opa" help="Set border opacity"/>
|
|
|
|
|
<prop name="style_border_side" type="enum:lv_border_side" help="Set border sides"/>
|
|
|
|
|
<prop name="style_border_post" type="bool" help="Draw border after content"/>
|
|
|
|
|
<prop name="style_border_color-selector" type="color" help="Set border color"/>
|
|
|
|
|
<prop name="style_border_width-selector" type="int" help="Set border width"/>
|
|
|
|
|
<prop name="style_border_opa-selector" type="opa" help="Set border opacity"/>
|
|
|
|
|
<prop name="style_border_side-selector" type="enum:lv_border_side" help="Set border sides"/>
|
|
|
|
|
<prop name="style_border_post-selector" type="bool" help="Draw border after content"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_outline_color" type="color" help="Set outline color"/>
|
|
|
|
|
<prop name="style_outline_width" type="int" help="Set outline width"/>
|
|
|
|
|
<prop name="style_outline_opa" type="opa" help="Set outline opacity"/>
|
|
|
|
|
<prop name="style_outline_pad" type="int" help="Set outline spacing"/>
|
|
|
|
|
<prop name="style_outline_color-selector" type="color" help="Set outline color"/>
|
|
|
|
|
<prop name="style_outline_width-selector" type="int" help="Set outline width"/>
|
|
|
|
|
<prop name="style_outline_opa-selector" type="opa" help="Set outline opacity"/>
|
|
|
|
|
<prop name="style_outline_pad-selector" type="int" help="Set outline spacing"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_shadow_width" type="int" help="Set shadow size"/>
|
|
|
|
|
<prop name="style_shadow_color" type="color" help="Set shadow color"/>
|
|
|
|
|
<prop name="style_shadow_opa" type="opa" help="Set shadow opacity"/>
|
|
|
|
|
<prop name="style_shadow_offset_x" type="int" help="Set shadow X offset"/>
|
|
|
|
|
<prop name="style_shadow_offset_y" type="int" help="Set shadow Y offset"/>
|
|
|
|
|
<prop name="style_shadow_spread" type="int" help="Assume that the base rectangle is larger by this"/>
|
|
|
|
|
<prop name="style_shadow_width-selector" type="int" help="Set shadow size"/>
|
|
|
|
|
<prop name="style_shadow_color-selector" type="color" help="Set shadow color"/>
|
|
|
|
|
<prop name="style_shadow_opa-selector" type="opa" help="Set shadow opacity"/>
|
|
|
|
|
<prop name="style_shadow_offset_x-selector" type="int" help="Set shadow X offset"/>
|
|
|
|
|
<prop name="style_shadow_offset_y-selector" type="int" help="Set shadow Y offset"/>
|
|
|
|
|
<prop name="style_shadow_spread-selector" type="int" help="Assume that the base rectangle is larger by this"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_text_color" type="color" help="Set text color"/>
|
|
|
|
|
<prop name="style_text_opa" type="opa" help="Set text opacity"/>
|
|
|
|
|
<prop name="style_text_font" type="font" help="Set font"/>
|
|
|
|
|
<prop name="style_text_align" type="enum:lv_text_align" help="Set text align"/>
|
|
|
|
|
<prop name="style_text_letter_space" type="int" help="Set letter spacing"/>
|
|
|
|
|
<prop name="style_text_line_space" type="int" help="Set line spacing"/>
|
|
|
|
|
<prop name="style_text_decor" type="enum:lv_text_decor" help="Set text decor"/>
|
|
|
|
|
<prop name="style_text_color-selector" type="color" help="Set text color"/>
|
|
|
|
|
<prop name="style_text_opa-selector" type="opa" help="Set text opacity"/>
|
|
|
|
|
<prop name="style_text_font-selector" type="font" help="Set font"/>
|
|
|
|
|
<prop name="style_text_align-selector" type="enum:lv_text_align" help="Set text align"/>
|
|
|
|
|
<prop name="style_text_letter_space-selector" type="int" help="Set letter spacing"/>
|
|
|
|
|
<prop name="style_text_line_space-selector" type="int" help="Set line spacing"/>
|
|
|
|
|
<prop name="style_text_decor-selector" type="enum:lv_text_decor" help="Set text decor"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_image_opa" type="opa" help="Set image opacity"/>
|
|
|
|
|
<prop name="style_image_recolor" type="color" help="Recolor image"/>
|
|
|
|
|
<prop name="style_image_recolor_opa" type="opa" help="Set recolor opacity"/>
|
|
|
|
|
<prop name="style_image_opa-selector" type="opa" help="Set image opacity"/>
|
|
|
|
|
<prop name="style_image_recolor-selector" type="color" help="Recolor image"/>
|
|
|
|
|
<prop name="style_image_recolor_opa-selector" type="opa" help="Set recolor opacity"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_line_width" type="int" help="Set line width"/>
|
|
|
|
|
<prop name="style_line_color" type="color" help="Set line color"/>
|
|
|
|
|
<prop name="style_line_opa" type="opa" help="Set line opacity"/>
|
|
|
|
|
<prop name="style_line_dash_width" type="int" help="Set dash width"/>
|
|
|
|
|
<prop name="style_line_dash_gap" type="int" help="Set dash gap"/>
|
|
|
|
|
<prop name="style_line_rounded" type="bool" help="Round line ends"/>
|
|
|
|
|
<prop name="style_line_width-selector" type="int" help="Set line width"/>
|
|
|
|
|
<prop name="style_line_color-selector" type="color" help="Set line color"/>
|
|
|
|
|
<prop name="style_line_opa-selector" type="opa" help="Set line opacity"/>
|
|
|
|
|
<prop name="style_line_dash_width-selector" type="int" help="Set dash width"/>
|
|
|
|
|
<prop name="style_line_dash_gap-selector" type="int" help="Set dash gap"/>
|
|
|
|
|
<prop name="style_line_rounded-selector" type="bool" help="Round line ends"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_arc_width" type="int" help="Set arc width"/>
|
|
|
|
|
<prop name="style_arc_color" type="color" help="Set arc color"/>
|
|
|
|
|
<prop name="style_arc_opa" type="opa" help="Set arc opacity"/>
|
|
|
|
|
<prop name="style_arc_rounded" type="bool" help="Round arc ends"/>
|
|
|
|
|
<prop name="style_arc_image_src" type="image" help="Set arc image"/>
|
|
|
|
|
<prop name="style_arc_width-selector" type="int" help="Set arc width"/>
|
|
|
|
|
<prop name="style_arc_color-selector" type="color" help="Set arc color"/>
|
|
|
|
|
<prop name="style_arc_opa-selector" type="opa" help="Set arc opacity"/>
|
|
|
|
|
<prop name="style_arc_rounded-selector" type="bool" help="Round arc ends"/>
|
|
|
|
|
<prop name="style_arc_image_src-selector" type="image" help="Set arc image"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_layout" type="enum:lv_layout" help="Set layout type"/>
|
|
|
|
|
<prop name="style_layout-selector" type="enum:lv_layout" help="Set layout type"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_flex_flow" type="enum:lv_flex_flow" help="Set how flex should flow the children (row, column, etc)"/>
|
|
|
|
|
<prop name="style_flex_main_place" type="enum:lv_flex_align" help="Set main axis align (horizontal with flex_flow=row)"/>
|
|
|
|
|
<prop name="style_flex_cross_place" type="enum:lv_flex_align" help="Set cross axis align (vertical with flex_flow=row)"/>
|
|
|
|
|
<prop name="style_flex_track_place" type="enum:lv_flex_align" help="Set track align"/>
|
|
|
|
|
<prop name="style_flex_grow" type="int" help="Set flex grow to fill the available space in the track"/>
|
|
|
|
|
<prop name="style_flex_flow-selector" type="enum:lv_flex_flow" help="Set how flex should flow the children (row, column, etc)"/>
|
|
|
|
|
<prop name="style_flex_main_place-selector" type="enum:lv_flex_align" help="Set main axis align (horizontal with flex_flow=row)"/>
|
|
|
|
|
<prop name="style_flex_cross_place-selector" type="enum:lv_flex_align" help="Set cross axis align (vertical with flex_flow=row)"/>
|
|
|
|
|
<prop name="style_flex_track_place-selector" type="enum:lv_flex_align" help="Set track align"/>
|
|
|
|
|
<prop name="style_flex_grow-selector" type="int" help="Set flex grow to fill the available space in the track"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_grid_column_dsc_array" type="grid_dsc[LV_GRID_TEMPLATE_LAST]" help="Set column descriptor array"/>
|
|
|
|
|
<prop name="style_grid_row_dsc_array" type="grid_dsc[LV_GRID_TEMPLATE_LAST]" help="Set row descriptor array"/>
|
|
|
|
|
<prop name="style_grid_column_align" type="enum:lv_grid_align" help="Where to align the columns"/>
|
|
|
|
|
<prop name="style_grid_row_align" type="enum:lv_grid_align" help="Where to align the rows"/>
|
|
|
|
|
<prop name="style_grid_cell_column_pos" type="int" help="Set cell's column"/>
|
|
|
|
|
<prop name="style_grid_cell_column_span" type="int" help="How many columns the cell should span"/>
|
|
|
|
|
<prop name="style_grid_cell_x_align" type="enum:lv_grid_align" help="How to align the cell horizontally"/>
|
|
|
|
|
<prop name="style_grid_cell_row_pos" type="int" help="Set cell's row"/>
|
|
|
|
|
<prop name="style_grid_cell_row_span" type="int" help="How many rows the cell should span"/>
|
|
|
|
|
<prop name="style_grid_cell_y_align" type="enum:lv_grid_align" help="How to align the cell vertically"/>
|
|
|
|
|
<prop name="style_grid_column_dsc_array-selector" type="grid_dsc[LV_GRID_TEMPLATE_LAST]" help="Set column descriptor array"/>
|
|
|
|
|
<prop name="style_grid_row_dsc_array-selector" type="grid_dsc[LV_GRID_TEMPLATE_LAST]" help="Set row descriptor array"/>
|
|
|
|
|
<prop name="style_grid_column_align-selector" type="enum:lv_grid_align" help="Where to align the columns"/>
|
|
|
|
|
<prop name="style_grid_row_align-selector" type="enum:lv_grid_align" help="Where to align the rows"/>
|
|
|
|
|
<prop name="style_grid_cell_column_pos-selector" type="int" help="Set cell's column"/>
|
|
|
|
|
<prop name="style_grid_cell_column_span-selector" type="int" help="How many columns the cell should span"/>
|
|
|
|
|
<prop name="style_grid_cell_x_align-selector" type="enum:lv_grid_align" help="How to align the cell horizontally"/>
|
|
|
|
|
<prop name="style_grid_cell_row_pos-selector" type="int" help="Set cell's row"/>
|
|
|
|
|
<prop name="style_grid_cell_row_span-selector" type="int" help="How many rows the cell should span"/>
|
|
|
|
|
<prop name="style_grid_cell_y_align-selector" type="enum:lv_grid_align" help="How to align the cell vertically"/>
|
|
|
|
|
|
|
|
|
|
<prop name="style_opa" type="opa" help="Scale down the opacity of the widget and all its children"/>
|
|
|
|
|
<prop name="style_opa_layered" type="opa" help="Create a snapshot from the widget and blend it with opacity"/>
|
|
|
|
|
<prop name="style_anim_duration" type="int" help="Set animation duration in ms (e.g. for label scroll)"/>
|
|
|
|
|
<prop name="style_blend_mode" type="enum:lv_blend_mode" help="Set how to blend colors"/>
|
|
|
|
|
<prop name="style_transform_width" type="int" help="Change the width without affecting the layouts"/>
|
|
|
|
|
<prop name="style_transform_height" type="int" help="Change the height without affecting the layouts"/>
|
|
|
|
|
<prop name="style_translate_x" type="int" help="Offset in X after the layouts are calculated"/>
|
|
|
|
|
<prop name="style_translate_y" type="int" help="Offset in Y after the layouts are calculated"/>
|
|
|
|
|
<prop name="style_translate_radial" type="int" help="Translate radial"/>
|
|
|
|
|
<prop name="style_transform_scale_x" type="int" help="Scale X (256=100%)"/>
|
|
|
|
|
<prop name="style_transform_scale_y" type="int" help="Scale Y (256=100%)"/>
|
|
|
|
|
<prop name="style_transform_rotation" type="int" help="Rotate (0.1° units)"/>
|
|
|
|
|
<prop name="style_transform_pivot_x" type="int" help="Set pivot X"/>
|
|
|
|
|
<prop name="style_transform_pivot_y" type="int" help="Set pivot Y"/>
|
|
|
|
|
<prop name="style_transform_skew_x" type="int" help="Skew X (no SW render)"/>
|
|
|
|
|
<prop name="style_transform_skew_y" type="int" help="Skew Y (no SW render)"/>
|
|
|
|
|
<prop name="style_bitmap_mask_src" type="image" help="Set bitmap mask (A8 or L8)"/>
|
|
|
|
|
<prop name="style_rotary_sensitivity" type="int" help="Set rotary sensitivity for Crown input devices"/>
|
|
|
|
|
<prop name="style_recolor" type="color" help="Mix this color to the widget and all its children"/>
|
|
|
|
|
<prop name="style_recolor_opa" type="opa" help="The intensity of recoloring"/>
|
|
|
|
|
<prop name="style_opa-selector" type="opa" help="Scale down the opacity of the widget and all its children"/>
|
|
|
|
|
<prop name="style_opa_layered-selector" type="opa" help="Create a snapshot from the widget and blend it with opacity"/>
|
|
|
|
|
<prop name="style_anim_duration-selector" type="int" help="Set animation duration in ms (e.g. for label scroll)"/>
|
|
|
|
|
<prop name="style_blend_mode-selector" type="enum:lv_blend_mode" help="Set how to blend colors"/>
|
|
|
|
|
<prop name="style_transform_width-selector" type="int" help="Change the width without affecting the layouts"/>
|
|
|
|
|
<prop name="style_transform_height-selector" type="int" help="Change the height without affecting the layouts"/>
|
|
|
|
|
<prop name="style_translate_x-selector" type="int" help="Offset in X after the layouts are calculated"/>
|
|
|
|
|
<prop name="style_translate_y-selector" type="int" help="Offset in Y after the layouts are calculated"/>
|
|
|
|
|
<prop name="style_translate_radial-selector" type="int" help="Translate radial"/>
|
|
|
|
|
<prop name="style_transform_scale_x-selector" type="int" help="Scale X (256=100%)"/>
|
|
|
|
|
<prop name="style_transform_scale_y-selector" type="int" help="Scale Y (256=100%)"/>
|
|
|
|
|
<prop name="style_transform_rotation-selector" type="int" help="Rotate (0.1° units)"/>
|
|
|
|
|
<prop name="style_transform_pivot_x-selector" type="int" help="Set pivot X"/>
|
|
|
|
|
<prop name="style_transform_pivot_y-selector" type="int" help="Set pivot Y"/>
|
|
|
|
|
<prop name="style_transform_skew_x-selector" type="int" help="Skew X (no SW render)"/>
|
|
|
|
|
<prop name="style_transform_skew_y-selector" type="int" help="Skew Y (no SW render)"/>
|
|
|
|
|
<prop name="style_bitmap_mask_src-selector" type="image" help="Set bitmap mask (A8 or L8)"/>
|
|
|
|
|
<prop name="style_rotary_sensitivity-selector" type="int" help="Set rotary sensitivity for Crown input devices"/>
|
|
|
|
|
<prop name="style_recolor-selector" type="color" help="Mix this color to the widget and all its children"/>
|
|
|
|
|
<prop name="style_recolor_opa-selector" type="opa" help="The intensity of recoloring"/>
|
|
|
|
|
|
|
|
|
|
<prop name="flex_grow" type="int" help="Set flex grow to fill the available space in the track"/>
|
|
|
|
|
<prop name="flex_flow" type="enum:lv_flex_flow" help="Set flex flow direction (row, column, etc.)"/>
|
|
|
|
|