lv_wayland_window.h

API reference for lv_wayland_window.h

Report on GitHub

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)
Parameters
NameTypeDescription
displv_display_t *Reference to the LVGL display associated to the window
fullscreenboolIf 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)
Parameters
NameTypeDescription
displv_display_t *Reference to the LVGL display associated to the window
maximizebool

lv_wayland_window_set_minimized

Minimizes the window

 
void lv_wayland_window_set_minimized(lv_display_t *disp)
Parameters
NameTypeDescription
displv_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 — param close_cb

Dependencies

How is this guide?

Last updated on

On this page