2006/8/16, Laszlo T. <[EMAIL PROTECTED]>:
Hello,

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

By changing the code of the wizard dialog:

...
   /* Don't let the dialog close */
   g_signal_stop_emission_by_name(wizard_dialog, "response");
...

It deliberatly stops the signal emission, apparently to override
closing the dialog for the two buttons. You can still get notification
of the page change through the "switch-page" signal of your notebook,
should you need it for some reason.

 gtk_widget_show_all( GTK_WIDGET(wizard) );                //and why
show_all ???

Indeed, i would imagine dialogs to be run with gtk_dialog_run(). Any
reason not to?

--
Kalle Vahlman, [EMAIL PROTECTED]
Powered by http://movial.fi
Interesting stuff at http://syslog.movial.fi
_______________________________________________
maemo-developers mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to