So, do anyone knows from which Widget is the hildon_number_editor derived from.
If it is derived from gtk entry then it is possible to use the "changed" signal.
>From the maemo API, I think it would be better that they document the signals
>that we can use.
Yours faithfully,
Alvis Koon
===========================
My code:
bfignr = hildon_number_editor_new(0,10);
g_signal_connect (bfignr, "expose_event",
G_CALLBACK(on_bfignr_changed),
NULL);
void on_bfignr_changed (GtkWidget *widget, GParamSpec *param, gpointer data)
{
...
}
Thank you for your interest.
--
Donars Guillaume.
My Web Blog: http://guymage.net
_______________________________________________
maemo-developers mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-developers