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

Structure containing all information to create a navigation with buttons in bottom nav bar. More...

#include <nbgl_page.h>

Public Attributes

bool quitButton
 if set to true, a quit button (X) is displayed in the nav bar More...
 
bool backButton
 if set to true, a back button (<-) is displayed in the nav bar More...
 
bool visiblePageIndicator
 if set to true, the page indicator will be visible in navigation More...
 
uint8_t navToken
 
const char * quitText
 the text displayed in footer (on the left), used to quit (only on Flex) More...
 

Detailed Description

Structure containing all information to create a navigation with buttons in bottom nav bar.

Definition at line 112 of file nbgl_page.h.

Member Data Documentation

◆ backButton

bool nbgl_pageNavWithButtons_s::backButton

if set to true, a back button (<-) is displayed in the nav bar

Definition at line 114 of file nbgl_page.h.

◆ navToken

uint8_t nbgl_pageNavWithButtons_s::navToken

the token used as argument of the actionCallback when the nav buttons are pressed (index param gives the page)

Definition at line 117 of file nbgl_page.h.

◆ quitButton

bool nbgl_pageNavWithButtons_s::quitButton

if set to true, a quit button (X) is displayed in the nav bar

Definition at line 113 of file nbgl_page.h.

◆ quitText

const char* nbgl_pageNavWithButtons_s::quitText

the text displayed in footer (on the left), used to quit (only on Flex)

Definition at line 120 of file nbgl_page.h.

◆ visiblePageIndicator

bool nbgl_pageNavWithButtons_s::visiblePageIndicator

if set to true, the page indicator will be visible in navigation

Definition at line 116 of file nbgl_page.h.


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