Exemplo n.º 1
0
static void
button_pressed( LiteButton *button, void *ctx )
{
     lite_close_window( LITE_WINDOW(ctx) );
}
Exemplo n.º 2
0
static void
climatePressed( LiteButton *button, void *ctx )
{
    where_am_i();
    loadClimate( LITE_WINDOW(ctx) );
}
Exemplo n.º 3
0
static void
exitPressed( LiteButton *button, void *ctx )
{
    where_am_i();
    lite_close_window( LITE_WINDOW(ctx) );
}
Exemplo n.º 4
0
static void
vehicleInfoPressed( LiteButton *button, void *ctx )
{
    where_am_i();
    loadVinfo( LITE_WINDOW(ctx) );
}