Embedded SDK
Embedded SDK
|
struct to represent a navigation bar (PAGE_INDICATOR type) There can be up to 5 page indicators, whose shape is fixed. If there are more than 5 pages, the middle indicator will be "..." More...
#include <nbgl_obj.h>
Public Attributes | |
nbgl_obj_t | obj |
common part More... | |
uint8_t | nbPages |
number of pages. More... | |
uint8_t | activePage |
index of active page (from 0 to nbPages-1). More... | |
nbgl_page_indicator_style_t | style |
Style to apply. More... | |
struct to represent a navigation bar (PAGE_INDICATOR type) There can be up to 5 page indicators, whose shape is fixed. If there are more than 5 pages, the middle indicator will be "..."
Definition at line 374 of file nbgl_obj.h.
uint8_t nbgl_navigation_bar_s::activePage |
index of active page (from 0 to nbPages-1).
Definition at line 377 of file nbgl_obj.h.
uint8_t nbgl_navigation_bar_s::nbPages |
number of pages.
Definition at line 376 of file nbgl_obj.h.
nbgl_obj_t nbgl_navigation_bar_s::obj |
common part
Definition at line 375 of file nbgl_obj.h.
nbgl_page_indicator_style_t nbgl_navigation_bar_s::style |
Style to apply.
Definition at line 378 of file nbgl_obj.h.