Lines Matching refs:by
30 For example, this will shift the object by 10;20 px from the center of its parent:
101 There are some attributes which can be enabled/disabled by `lv_obj_add/clear_flag(obj, LV_OBJ_FLAG_…
104 - `LV_OBJ_FLAG_CLICKABLE` Make the object clickable by input devices
121 - `LV_OBJ_FLAG_IGNORE_LAYOUT` Make the object positionable by the layouts
125 - `LV_OBJ_FLAG_LAYOUT_1` Custom flag, free to use by layouts
126 - `LV_OBJ_FLAG_LAYOUT_2` Custom flag, free to use by layouts
128 - `LV_OBJ_FLAG_WIDGET_1` Custom flag, free to use by widget
129 - `LV_OBJ_FLAG_WIDGET_2` Custom flag, free to use by widget
131 - `LV_OBJ_FLAG_USER_1` Custom flag, free to use by user
132 - `LV_OBJ_FLAG_USER_2` Custom flag, free to use by user
133 - `LV_OBJ_FLAG_USER_3` Custom flag, free to use by user
134 - `LV_OBJ_FLAG_USER_4` Custom flag, free to use by user
178 If `LV_OBJ_FLAG_SCROLLABLE` is enabled, but the object is not editable (as declared by the widget c…