Ejemplo n.º 1
0
static void
button_pressed( LiteButton *button, void *ctx )
{
     lite_close_window( LITE_WINDOW(ctx) );
}
Ejemplo n.º 2
0
static void
exitPressed( LiteButton *button, void *ctx )
{
    where_am_i();
    lite_close_window( LITE_WINDOW(ctx) );
}