mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-21 14:32:44 +08:00
docs(win): fix lv_win_create parameter (#9702)
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 code formatting / verify-formatting (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
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 code formatting / verify-formatting (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user