lv_wayland_window.h
API reference for lv_wayland_window.h
Summary
Functions
lv_wayland_window_set_fullscreen
Sets the fullscreen state of the window
void lv_wayland_window_set_fullscreen(lv_display_t *disp, bool fullscreen)| Name | Type | Description |
|---|---|---|
disp | lv_display_t * | Reference to the LVGL display associated to the window |
fullscreen | bool | If true the window enters fullscreen |
lv_wayland_window_set_maximized
Sets the maximized state of the window
void lv_wayland_window_set_maximized(lv_display_t *disp, bool maximize)| Name | Type | Description |
|---|---|---|
disp | lv_display_t * | Reference to the LVGL display associated to the window |
maximize | bool |
lv_wayland_window_set_minimized
Minimizes the window
void lv_wayland_window_set_minimized(lv_display_t *disp)| Name | Type | Description |
|---|---|---|
disp | lv_display_t * | Reference to the LVGL display associated to the window |
Typedefs
lv_wayland_display_close_cb_t
typedef bool(* lv_wayland_display_close_cb_t) (lv_display_t *disp)Used by 1 function
lv_wayland_window_create— paramclose_cb
Dependencies
How is this guide?
Last updated on