[maemo-developers] [maemo-developers] Too much sensibilities in my application

From: Pinghang.Koon at tietoenator.com Pinghang.Koon at tietoenator.com
Date: Wed Jun 7 12:18:34 EEST 2006
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 

More information about the maemo-developers mailing list