Lines Matching refs:widget
118 :cpp:expr:`lv_obj_remove_flag(widget, LV_OBJ_FLAG_GESTURE_BUBBLE)`.
134 the last clicked widget will be either scrolled or it's value will be incremented/decremented
137 As this behavior is tightly related to the last clicked widget, the crown support is
140 event or scroll the widget based on the ``editable`` flag in the widget's class.
148 2. by the ``rotary_sensitivity`` style property in the widget (1/256 unit).
155 For example, if both the indev and widget sensitivity is set to 128 (0.5), the input
241 it with :cpp:expr:`lv_group_add_obj(g, widget)`.
317 a Widget to the group use :cpp:expr:`lv_group_add_obj(g, widget)`.
320 using :cpp:expr:`lv_obj_get_group(widget)`.
322 To find out if a Widget in a group has focus, call :cpp:expr:`lv_obj_is_focused(widget)`.
429 - other keys will be passed to the focused widget.