Pebble Foundation Classes  0.2.0
C++ for Pebble
SimpleMenuSection Struct Reference

Data structure containing the information of a menu section. More...

#include <pebble.h>

Collaboration diagram for SimpleMenuSection:

Public Attributes

const char * title
 Title of the section. Optional, leave NULL if unused.
 
const SimpleMenuItemitems
 Array of items in the section.
 
uint32_t num_items
 Number of items in the .items array.
 

Detailed Description

Data structure containing the information of a menu section.


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