mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
chore(obj_pos): fix typo (#6336)
This commit is contained in:
parent
d85a39e78c
commit
b6c258c187
@ -256,14 +256,14 @@ int32_t lv_obj_get_y(const lv_obj_t * obj);
|
|||||||
int32_t lv_obj_get_y2(const lv_obj_t * obj);
|
int32_t lv_obj_get_y2(const lv_obj_t * obj);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the actually set x coordinate of object, i.e. the offset form the set alignment
|
* Get the actually set x coordinate of object, i.e. the offset from the set alignment
|
||||||
* @param obj pointer to an object
|
* @param obj pointer to an object
|
||||||
* @return the set x coordinate
|
* @return the set x coordinate
|
||||||
*/
|
*/
|
||||||
int32_t lv_obj_get_x_aligned(const lv_obj_t * obj);
|
int32_t lv_obj_get_x_aligned(const lv_obj_t * obj);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the actually set y coordinate of object, i.e. the offset form the set alignment
|
* Get the actually set y coordinate of object, i.e. the offset from the set alignment
|
||||||
* @param obj pointer to an object
|
* @param obj pointer to an object
|
||||||
* @return the set y coordinate
|
* @return the set y coordinate
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user