Embedded SDK
Embedded SDK
|
This structure contains info to build a pair of buttons, the small one, with icon, on the left of the other. More...
#include <nbgl_layout.h>
Public Attributes | |
const nbgl_icon_details_t * | leftIcon |
a buffer containing the 1BPP icon for left button More... | |
const char * | rightText |
right-button text More... | |
uint8_t | leftToken |
the token used when left button is pressed More... | |
uint8_t | rightToken |
the token used when right button is pressed More... | |
This structure contains info to build a pair of buttons, the small one, with icon, on the left of the other.
Definition at line 310 of file nbgl_layout.h.
const nbgl_icon_details_t* nbgl_layoutHorizontalButtons_t::leftIcon |
a buffer containing the 1BPP icon for left button
Definition at line 311 of file nbgl_layout.h.
uint8_t nbgl_layoutHorizontalButtons_t::leftToken |
the token used when left button is pressed
Definition at line 313 of file nbgl_layout.h.
const char* nbgl_layoutHorizontalButtons_t::rightText |
right-button text
Definition at line 312 of file nbgl_layout.h.
uint8_t nbgl_layoutHorizontalButtons_t::rightToken |
the token used when right button is pressed
Definition at line 314 of file nbgl_layout.h.