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

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

Detailed Description

This structure contains info to build a pair of buttons, one on top of the other.

Note
the pair of button is automatically put on bottom of screen, in the footer

Definition at line 293 of file nbgl_layout.h.

Member Data Documentation

◆ bottomText

const char* nbgl_layoutChoiceButtons_t::bottomText

bottom-button text (index 1)

Definition at line 295 of file nbgl_layout.h.

◆ style

nbgl_layoutChoiceButtonsStyle_t nbgl_layoutChoiceButtons_t::style

the style of the pair

Definition at line 298 of file nbgl_layout.h.

◆ token

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.

◆ topIcon

const nbgl_icon_details_t* nbgl_layoutChoiceButtons_t::topIcon

icon of top button

Definition at line 296 of file nbgl_layout.h.

◆ topText

const char* nbgl_layoutChoiceButtons_t::topText

up-button text (index 0)

Definition at line 294 of file nbgl_layout.h.


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