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

Data structure containing all the callbacks for a NumberWindow. More...

#include <pebble.h>

Public Attributes

NumberWindowCallback incremented
 
NumberWindowCallback decremented
 
NumberWindowCallback selected
 

Detailed Description

Data structure containing all the callbacks for a NumberWindow.

Member Data Documentation

◆ decremented

NumberWindowCallback NumberWindowCallbacks::decremented

Callback that gets called as the value is decremented. Optional, leave NULL if unused.

◆ incremented

NumberWindowCallback NumberWindowCallbacks::incremented

Callback that gets called as the value is incremented. Optional, leave NULL if unused.

◆ selected

NumberWindowCallback NumberWindowCallbacks::selected

Callback that gets called as the value is confirmed, in other words the SELECT button is clicked. Optional, leave NULL if unused.


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