Embedded SDK
Embedded SDK
|
struct to represent a container (CONTAINER type) More...
#include <nbgl_obj.h>
Public Attributes | |
nbgl_obj_t | obj |
common part More... | |
nbgl_direction_t | layout |
layout of children inside this object More... | |
uint8_t | nbChildren |
bool | forceClean |
if set to true, a paint will be done with background color More... | |
struct nbgl_obj_s ** | children |
children of this object (nbChildren size) More... | |
struct to represent a container (CONTAINER type)
Definition at line 252 of file nbgl_obj.h.
struct nbgl_obj_s** nbgl_container_s::children |
children of this object (nbChildren size)
Definition at line 257 of file nbgl_obj.h.
bool nbgl_container_s::forceClean |
if set to true, a paint will be done with background color
Definition at line 256 of file nbgl_obj.h.
nbgl_direction_t nbgl_container_s::layout |
layout of children inside this object
Definition at line 254 of file nbgl_obj.h.
uint8_t nbgl_container_s::nbChildren |
Definition at line 255 of file nbgl_obj.h.
nbgl_obj_t nbgl_container_s::obj |
common part
Definition at line 253 of file nbgl_obj.h.