Embedded SDK
Embedded SDK
|
This structure contains info to build a pair of buttons, one on top of the other. More...
#include <nbgl_layout.h>
Public Attributes | |
const char * | topText |
up-button text (index 0) More... | |
const char * | bottomText |
bottom-button text (index 1) More... | |
const nbgl_icon_details_t * | topIcon |
icon of top button More... | |
uint8_t | token |
the token that will be used as argument of the callback More... | |
nbgl_layoutChoiceButtonsStyle_t | style |
the style of the pair More... | |
This structure contains info to build a pair of buttons, one on top of the other.
Definition at line 293 of file nbgl_layout.h.
const char* nbgl_layoutChoiceButtons_t::bottomText |
bottom-button text (index 1)
Definition at line 295 of file nbgl_layout.h.
nbgl_layoutChoiceButtonsStyle_t nbgl_layoutChoiceButtons_t::style |
the style of the pair
Definition at line 298 of file nbgl_layout.h.
uint8_t nbgl_layoutChoiceButtons_t::token |
the token that will be used as argument of the callback
Definition at line 297 of file nbgl_layout.h.
const nbgl_icon_details_t* nbgl_layoutChoiceButtons_t::topIcon |
icon of top button
Definition at line 296 of file nbgl_layout.h.
const char* nbgl_layoutChoiceButtons_t::topText |
up-button text (index 0)
Definition at line 294 of file nbgl_layout.h.