Hello,

The next code doesn't cath the HILDON_WIZARD_DIALOG_PREVIOUS and HILDON_WIZARD_DIALOG_NEXT.
How can I fix?

void on_wizard_response(HildonWizardDialog *wizard,
        int response_id, gpointer user_data)
{
    printf("response_id: %d\n", response_id);
}

HildonWizardDialog *wizard = HILDON_WIZARD_DIALOG(
        hildon_wizard_dialog_new( GTK_WINDOW(parent),
        "x", notebook ) );
g_signal_connect( (gpointer)wizard, "response",
        G_CALLBACK(on_wizard_response), NULL );
gtk_widget_show_all( GTK_WIDGET(wizard) );                //and why show_all ???

Thanks,
Laci

_______________________________________________
maemo-developers mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to