minor updates

This commit is contained in:
Gabor
2017-05-12 16:09:37 +02:00
parent 3a9a23b350
commit da1f4e8e2f
6 changed files with 51 additions and 39 deletions

View File

@@ -271,7 +271,7 @@ void lv_win_set_cbtn_size(lv_obj_t * win, cord_t size)
/**
* Set the styles of the window control buttons in a given state
* @param win pointer to a window object
* @param rel spointer to the style in released state
* @param rel pointer to the style in released state
* @param pr pointer to the style in pressed state
*/
void lv_win_set_styles_cbtn(lv_obj_t * win, lv_style_t * rel, lv_style_t * pr)
@@ -338,7 +338,7 @@ cord_t lv_win_get_cbtn_size(lv_obj_t * win)
/**
* Get width of the content area (page scrollable) of the window
* @param win pointer to a window object
* @return the width of the contetn area
* @return the width of the content area
*/
cord_t lv_win_get_width(lv_obj_t * win)
{