mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
FIX margin get function documentation
This commit is contained in:
parent
81696b85d0
commit
36b47ba98d
@ -524,9 +524,9 @@ void lv_chart_refresh(lv_obj_t * chart)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the margin around the chart, used for axes value and labels
|
* Get the margin around the chart, used for axes value and labels
|
||||||
* @param chart pointer to an chart object
|
* @param chart pointer to an chart object
|
||||||
* @param return margin value of the margin
|
* @param return value of the margin
|
||||||
*/
|
*/
|
||||||
uint16_t lv_chart_get_margin(lv_obj_t* chart)
|
uint16_t lv_chart_get_margin(lv_obj_t* chart)
|
||||||
{
|
{
|
||||||
|
@ -293,9 +293,9 @@ static inline lv_style_t* lv_chart_get_style(const lv_obj_t *chart)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the margin around the chart, used for axes value and labels
|
* Get the margin around the chart, used for axes value and labels
|
||||||
* @param chart pointer to an chart object
|
* @param chart pointer to an chart object
|
||||||
* @param return margin value of the margin
|
* @param return value of the margin
|
||||||
*/
|
*/
|
||||||
uint16_t lv_chart_get_margin(lv_obj_t* chart);
|
uint16_t lv_chart_get_margin(lv_obj_t* chart);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user