[maemo-developers] [maemo-developers] hildon wizard dialog

From: Laszlo T. tlacix at gmail.com
Date: Wed Aug 16 19:08:19 EEST 2006
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maemo.org/pipermail/maemo-developers/attachments/20060816/426137ac/attachment.htm 
More information about the maemo-developers mailing list