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 | |
tune_index_e | tuneId |
if not NBGL_NO_TUNE, a tune will be played | |
This structure contains info to build a pair of buttons, one on top of the other.
Definition at line 348 of file nbgl_layout.h.
const char* nbgl_layoutChoiceButtons_t::bottomText |
bottom-button text (index 1)
Definition at line 350 of file nbgl_layout.h.
nbgl_layoutChoiceButtonsStyle_t nbgl_layoutChoiceButtons_t::style |
the style of the pair
Definition at line 353 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 352 of file nbgl_layout.h.
const nbgl_icon_details_t* nbgl_layoutChoiceButtons_t::topIcon |
icon of top button
Definition at line 351 of file nbgl_layout.h.
const char* nbgl_layoutChoiceButtons_t::topText |
up-button text (index 0)
Definition at line 349 of file nbgl_layout.h.
tune_index_e nbgl_layoutChoiceButtons_t::tuneId |
if not NBGL_NO_TUNE, a tune will be played
Definition at line 354 of file nbgl_layout.h.