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

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

Detailed Description

This structure contains info to build a pair of buttons, the small one, with icon, on the left of the other.

Note
the pair of button is automatically put on bottom of main container

Definition at line 321 of file nbgl_layout.h.

Member Data Documentation

◆ leftIcon

const nbgl_icon_details_t* nbgl_layoutHorizontalButtons_t::leftIcon

a buffer containing the 1BPP icon for left button

Definition at line 322 of file nbgl_layout.h.

◆ leftToken

uint8_t nbgl_layoutHorizontalButtons_t::leftToken

the token used when left button is pressed

Definition at line 324 of file nbgl_layout.h.

◆ rightText

const char* nbgl_layoutHorizontalButtons_t::rightText

right-button text

Definition at line 323 of file nbgl_layout.h.

◆ rightToken

uint8_t nbgl_layoutHorizontalButtons_t::rightToken

the token used when right button is pressed

Definition at line 325 of file nbgl_layout.h.


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