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. More... | |
color_t | borderColor |
color set to border. More... | |
nbgl_state_t | state |
state of the radio button. Active is when state == ON_STATE More... | |
struct to represent a radio button (RADIO_BUTTON type)
Definition at line 327 of file nbgl_obj.h.
color_t nbgl_radio_s::activeColor |
color set to to inner circle, when active.
Definition at line 329 of file nbgl_obj.h.
color_t nbgl_radio_s::borderColor |
color set to border.
Definition at line 330 of file nbgl_obj.h.
nbgl_obj_t nbgl_radio_s::obj |
Definition at line 328 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 331 of file nbgl_obj.h.