示例#1
0
static void
button_pressed( LiteButton *button, void *ctx )
{
     lite_close_window( LITE_WINDOW(ctx) );
}
示例#2
0
static void
climatePressed( LiteButton *button, void *ctx )
{
    where_am_i();
    loadClimate( LITE_WINDOW(ctx) );
}
示例#3
0
static void
exitPressed( LiteButton *button, void *ctx )
{
    where_am_i();
    lite_close_window( LITE_WINDOW(ctx) );
}
示例#4
0
static void
vehicleInfoPressed( LiteButton *button, void *ctx )
{
    where_am_i();
    loadVinfo( LITE_WINDOW(ctx) );
}