lv_win.h

API reference for lv_win.h

Report on GitHub
See Also: Private HeaderThis header has a companion private implementation with internal data structures.lv_win_private.h

Functions

lv_win_get_header

Get the header of the window

 
lv_obj_t * lv_win_get_header(lv_obj_t *win)
Parameters
NameTypeDescription
winlv_obj_t *pointer to a window widget

Returns: lv_obj_t * — the header of the window

lv_win_get_content

Get the content of the window

 
lv_obj_t * lv_win_get_content(lv_obj_t *win)
Parameters
NameTypeDescription
winlv_obj_t *pointer to a window widget

Returns: lv_obj_t * — the content of the window

Variables

lv_win_class

 
const lv_obj_class_t lv_win_class

Dependencies

How is this guide?

Last updated on

On this page