Howto make a gtkbutton send a changed signal?

2009-12-01 Thread Till Harbaum
Hi, i am changing the UI of an existing app for mobile usage in a way that i replace some gtkentry's with some gtkbuttons which the use some alternate input method. I want to keep as much of the application as it is and one of the things the app expects is that this particular widget emits a

Re: Howto make a gtkbutton send a changed signal?

2009-12-01 Thread Dov Grobgeld
I don't really understand what you mean with emiting a changed event. You mean that someone is doing something like: gtk_label_set_text(GTK_LABEL(gtk_container_get_child(GTK_CONTAINER(my_button)), new text) or something simar (e.g. changing the image shown on the

Re: Howto make a gtkbutton send a changed signal?

2009-12-01 Thread David Nečas
On Tue, Dec 01, 2009 at 09:59:07AM +0100, Till Harbaum wrote: i am changing the UI of an existing app for mobile usage in a way that i replace some gtkentry's with some gtkbuttons which the use some alternate input method. I want to keep as much of the application as it is and one of the