refactor: rename col to column

This commit is contained in:
Gabor Kiss-Vamosi
2023-11-15 22:41:34 +01:00
parent 235d580a51
commit 4044856553
7 changed files with 22 additions and 22 deletions

View File

@@ -44,7 +44,7 @@ Rows and Columns
To explicitly set number of rows and columns use
:cpp:expr:`lv_table_set_row_count(table, row_cnt)` and
:cpp:expr:`lv_table_set_col_count(table, col_cnt)`
:cpp:expr:`lv_table_set_column_count(table, col_cnt)`
Width and Height
----------------