Lines Matching refs:id
42 top of that Widget's primary ``.c`` file as a ``const`` id-to-function-pointer lookup
50 .id = LV_PROPERTY_LABEL_TEXT,
55 .id = LV_PROPERTY_LABEL_LONG_MODE,
60 .id = LV_PROPERTY_LABEL_TEXT_SELECTION_START,
65 .id = LV_PROPERTY_LABEL_TEXT_SELECTION_END,
73 Widgets of the same type share the same id-to-function-pointer lookup array.
94 - :cpp:type:`lv_property_t` :cpp:expr:`lv_obj_get_property(widget, lv_prop_id_t id)`
108 { .id = LV_PROPERTY_IMAGE_SRC, .ptr = &img_demo_widgets_avatar, },
109 { .id = LV_PROPERTY_IMAGE_PIVOT, .ptr = &pivot_50, },
110 { .id = LV_PROPERTY_IMAGE_SCALE, .num = 128, },
111 { .id = LV_PROPERTY_OBJ_FLAG_CLICKABLE, .num = 1, },
112 { .id = LV_STYLE_IMAGE_OPA, .num = 128, },
113 … { .id = LV_STYLE_BG_COLOR, .color = (lv_color_t){.red = 0x11, .green = 0x22, .blue = 0x33}, },
129 the ``properties[]`` array initializing the ``.id`` fields in the array. For example,
160 :cpp:type:`lv_property_t` is a struct that begins with an ``id`` field whose meaning
191 * .id = LV_PROPERTY_STYLE_X,
198 * .id = LV_PROPERTY_STYLE_X,