[maemo-developers] [maemo-developers] Too much sensibilities in my application
From: Pinghang.Koon at tietoenator.com Pinghang.Koon at tietoenator.comDate: Wed Jun 7 12:18:34 EEST 2006
- Previous message: [maemo-developers] maemo/debian packaging tutorial (Helsinki, June 16. or 19.)
- Next message: [maemo-developers] Gesture recognition
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [maemo-developers] maemo/debian packaging tutorial (Helsinki, June 16. or 19.)
- Next message: [maemo-developers] Gesture recognition
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
