|
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 | |
| uint8_t | nbPages |
| number of pages. | |
| uint8_t | activePage |
| index of active page (from 0 to nbPages-1). | |
| nbgl_page_indicator_style_t | style |
| Style to apply. | |
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 501 of file nbgl_obj.h.
| uint8_t nbgl_navigation_bar_s::activePage |
index of active page (from 0 to nbPages-1).
Definition at line 504 of file nbgl_obj.h.
| uint8_t nbgl_navigation_bar_s::nbPages |
number of pages.
Definition at line 503 of file nbgl_obj.h.
| nbgl_obj_t nbgl_navigation_bar_s::obj |
common part
Definition at line 502 of file nbgl_obj.h.
| nbgl_page_indicator_style_t nbgl_navigation_bar_s::style |
Style to apply.
Definition at line 505 of file nbgl_obj.h.