docs(win): fix erroneous function signature (#9698)
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled

This commit is contained in:
Victor Wheeler
2026-02-06 17:59:26 +01:00
committed by GitHub
parent 6757a718a8
commit f718ef47d9
+1 -1
View File
@@ -32,7 +32,7 @@ Usage
Create a Window
---------------
:cpp:expr:`lv_win_create(parent, header_height)` creates a Window with an empty
:cpp:expr:`lv_win_create(parent)` creates a Window with an empty
header.
Title and buttons