Hello,<br>
<br>
The next code doesn't cath the HILDON_WIZARD_DIALOG_PREVIOUS and HILDON_WIZARD_DIALOG_NEXT.<br>
How can I fix?<br>
<br>
void on_wizard_response(HildonWizardDialog *wizard,<br>
int response_id, gpointer user_data)<br>
{<br>
printf("response_id: %d\n", response_id);<br>
}<br>
<br>
HildonWizardDialog *wizard = HILDON_WIZARD_DIALOG(<br>
hildon_wizard_dialog_new( GTK_WINDOW(parent),<br>
"x", notebook ) );<br>
g_signal_connect( (gpointer)wizard, "response",<br>
G_CALLBACK(on_wizard_response), NULL );<br>
gtk_widget_show_all( GTK_WIDGET(wizard) );
//and
why show_all ???<br>
<br>
Thanks,<br>
Laci<br>
<br>