Global Lender
A Pebble app for finding new and interesting loans on kiva.org
Data Structures | Typedefs | Functions
wndMainMenu.h File Reference
#include <pebble.h>
#include "data/KivaModel.h"
Include dependency graph for wndMainMenu.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  wndMainMenuHandlers
 

Typedefs

typedef void(* GetPrefLoansHandler) (void)
 
typedef struct wndMainMenuHandlers wndMainMenuHandlers
 

Functions

void wndMainMenu_setHandlers (const wndMainMenuHandlers)
 Set our callback handlers. More...
 
void wndMainMenu_updateClock (struct tm *)
 
void wndMainMenu_updateData (const KivaModel *)
 
void wndMainMenu_createPush ()
 
void wndMainMenu_destroy ()
 

Typedef Documentation

typedef void(* GetPrefLoansHandler) (void)

Function Documentation

void wndMainMenu_createPush ( )
void wndMainMenu_destroy ( )
void wndMainMenu_setHandlers ( const wndMainMenuHandlers  )

Set our callback handlers.

void wndMainMenu_updateClock ( struct tm *  )
void wndMainMenu_updateData ( const KivaModel )