Hi All,
I am wishing to develop a phone application using GTk+.
Can anybody suggest how I can make GTK+ recognize Phone Keypad events.
Thanks,
Supreet
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/
Hi All,
I am creating a application where there is a text editor and a button.
On clicking the button, the backspace signal has to triggered for text
editor so that it deletes the last character.
Can any one tell me how I can emit signal from one widget to another.
Thanx,
Supreet
Hey thanks for your response.
I had tried this exactly the same way as u said by doing
g_signal_emit_by_name(entry, "backspace"), but it gives me an error like
the one below
"signal id '65288' is invalid for instance '0X-' "
Regards,
Supreet
-Original Message-
From: [EMAIL PROTECTED]
Hi All,
I am trying to register a callback for "backspace" signal on entry
widgets like below,
g_signal_connect (G_OBJECT (entry), "backspace",
G_CALLBACK (enter_callback),NULL);
and inside the callback I am just printing a message as below,
static void enter_callback( GtkWidget *w
Hi All,
Can anybody suggest how to create a 2X2 Icons using a IconView Widget.
Thanks and Regards,
supreet
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Hi All,
I have a embedded application running developed with GTK.
I have multiple windows opening and closing.
Every time I destroy a window, it is not freeing the memory that it
consumed.
Is there a way to destroy a window there by clearing all the memory
consumed by the window and all the widgets