Embedded SDK
Embedded SDK
Public Attributes | List of all members
nbgl_radio_s Struct Reference

struct to represent a radio button (RADIO_BUTTON type) More...

#include <nbgl_obj.h>

Collaboration diagram for nbgl_radio_s:
Collaboration graph
[legend]

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...
 

Detailed Description

struct to represent a radio button (RADIO_BUTTON type)

Note
size is fixed

Definition at line 327 of file nbgl_obj.h.

Member Data Documentation

◆ activeColor

color_t nbgl_radio_s::activeColor

color set to to inner circle, when active.

Definition at line 329 of file nbgl_obj.h.

◆ borderColor

color_t nbgl_radio_s::borderColor

color set to border.

Definition at line 330 of file nbgl_obj.h.

◆ obj

nbgl_obj_t nbgl_radio_s::obj

Definition at line 328 of file nbgl_obj.h.

◆ state

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.


The documentation for this struct was generated from the following file: