Re: Re: Howto make a gtkbutton send a "changed" signal?

2009-12-01 Thread Till Harbaum
he same behaviour the original gtkentry did. If you think this is silly: What do you think is the non-silly way to solve this? Thanks again, Till - original Nachricht -------- Betreff: Re: Howto make a gtkbutton send a "changed" signal? Gesendet: Di, 01. Dez 2009 Von: David Ne?as &g

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

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

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 "ch