Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
nbgl_layoutMenuList_t Struct Reference

This structure contains a list of names to build a menu list on Nanos, with for each item a description (names array) More...

#include <nbgl_layout.h>

Public Attributes

nbgl_menuListCallback_t callback
 function to call to retrieve a menu list item text
 
uint8_t nbChoices
 total number of choices in the menu list
 
uint8_t selectedChoice
 index of the selected choice (centered, in bold)
 

Detailed Description

This structure contains a list of names to build a menu list on Nanos, with for each item a description (names array)

Definition at line 245 of file nbgl_layout.h.

Member Data Documentation

◆ callback

nbgl_menuListCallback_t nbgl_layoutMenuList_t::callback

function to call to retrieve a menu list item text

Definition at line 246 of file nbgl_layout.h.

◆ nbChoices

uint8_t nbgl_layoutMenuList_t::nbChoices

total number of choices in the menu list

Definition at line 247 of file nbgl_layout.h.

◆ selectedChoice

uint8_t nbgl_layoutMenuList_t::selectedChoice

index of the selected choice (centered, in bold)

Definition at line 248 of file nbgl_layout.h.


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