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) | |
const char * | bottomText |
bottom-button text (index 1) | |
const nbgl_icon_details_t * | topIcon |
icon of top button | |
uint8_t | token |
the token that will be used as argument of the callback | |
nbgl_layoutChoiceButtonsStyle_t | style |
the style of the pair | |
This structure contains info to build a pair of buttons, one on top of the other.
Definition at line 312 of file nbgl_layout.h.
const char* nbgl_layoutChoiceButtons_t::bottomText |
bottom-button text (index 1)
Definition at line 314 of file nbgl_layout.h.
nbgl_layoutChoiceButtonsStyle_t nbgl_layoutChoiceButtons_t::style |
the style of the pair
Definition at line 317 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 316 of file nbgl_layout.h.
const nbgl_icon_details_t* nbgl_layoutChoiceButtons_t::topIcon |
icon of top button
Definition at line 315 of file nbgl_layout.h.
const char* nbgl_layoutChoiceButtons_t::topText |
up-button text (index 0)
Definition at line 313 of file nbgl_layout.h.