Embedded SDK
Embedded SDK
ux_layout_common.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef HAVE_UX_FLOW
4 
9 typedef void (*ux_layout_paging_redisplay_t)(unsigned int stack_slot);
10 
11 void ux_layout_bb_init_common(unsigned int stack_slot);
12 
13 const bagl_element_t *ux_layout_pbb_prepro(const bagl_element_t *element);
14 void ux_layout_pbb_init_common(unsigned int stack_slot);
15 
16 #if defined(HAVE_INDEXED_STRINGS)
17 void ux_layout_pages_init_common(unsigned int stack_slot,
18  const char *text,
19  ux_layout_paging_redisplay_t redisplay);
20 #endif // defined(HAVE_INDEXED_STRINGS)
21 
22 void ux_layout_pages_display_init(const char *text);
23 const bagl_element_t *ux_layout_pages_display_element(const bagl_element_t *element,
24  const char *text);
25 
26 #endif // HAVE_UX_FLOW