Pebble Foundation Classes
0.2.0
C++ for Pebble
|
Configuration struct for the ActionMenu. More...
#include <pebble.h>
Public Attributes | |
const ActionMenuLevel * | root_level |
the root level of the ActionMenu | |
void * | context |
a context pointer which will be accessbile when actions are performed | |
struct { | |
GColor background | |
the color of the left column of the ActionMenu | |
GColor foreground | |
the color of the individual "crumbs" that indicate menu depth | |
} | colors |
ActionMenuDidCloseCb | will_close |
Called immediately before the ActionMenu closes. | |
ActionMenuDidCloseCb | did_close |
a callback used to cleanup memory after the menu has closed | |
ActionMenuAlign | align |
Configuration struct for the ActionMenu.