Pebble Foundation Classes
0.2.0
C++ for Pebble
|
Data structure containing the information of a menu section. More...
#include <pebble.h>
Public Attributes | |
const char * | title |
Title of the section. Optional, leave NULL if unused. | |
const SimpleMenuItem * | items |
Array of items in the section. | |
uint32_t | num_items |
Number of items in the .items array. | |
Data structure containing the information of a menu section.