refactor(btn, img): rename btn to button and img to image

This commit is contained in:
Gabor Kiss-Vamosi
2023-09-14 20:12:31 +02:00
parent e91786ce49
commit 09c12d0f9c
366 changed files with 3271 additions and 3222 deletions

View File

@@ -17,7 +17,7 @@ child = lv.obj(panel)
child.set_pos(160, 80)
child.set_size(80, 80)
child2 = lv.btn(child)
child2 = lv.button(child)
child2.set_size(100, 50)
label = lv.label(child2)