|
Embedded SDK
Embedded SDK
|
struct to represent a radio button (RADIO_BUTTON type) More...
#include <nbgl_obj.h>

Public Attributes | |
| nbgl_obj_t | obj |
| color_t | activeColor |
| color set to to inner circle, when active. | |
| color_t | borderColor |
| color set to border. | |
| nbgl_state_t | state |
| state of the radio button. Active is when state == ON_STATE | |
struct to represent a radio button (RADIO_BUTTON type)
Definition at line 452 of file nbgl_obj.h.
| color_t nbgl_radio_s::activeColor |
color set to to inner circle, when active.
Definition at line 454 of file nbgl_obj.h.
| color_t nbgl_radio_s::borderColor |
color set to border.
Definition at line 455 of file nbgl_obj.h.
| nbgl_obj_t nbgl_radio_s::obj |
Definition at line 453 of file nbgl_obj.h.
| nbgl_state_t nbgl_radio_s::state |
state of the radio button. Active is when state == ON_STATE
Definition at line 456 of file nbgl_obj.h.