Handling Customized the keypad events

2006-05-08 Thread Supreet.Mysore
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/

Emitting signals

2006-07-14 Thread Supreet.Mysore
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

RE: Emitting signals

2006-07-17 Thread Supreet.Mysore
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]

"backspace" callback function

2006-07-17 Thread Supreet.Mysore
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

Icon View

2006-09-07 Thread Supreet.Mysore
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

Gtk Window memory free

2006-10-11 Thread Supreet.Mysore
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