[maemo-developers] [maemo-developers] hildon wizard dialog
From: Laszlo T. tlacix at gmail.comDate: Wed Aug 16 19:08:19 EEST 2006
- Previous message: [maemo-developers] Package naming
- Next message: [maemo-developers] hildon wizard dialog
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [maemo-developers] Package naming
- Next message: [maemo-developers] hildon wizard dialog
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
