[Gtk-sharp-list] Gtk.SpinButton recursive signals create
segfault
Fabian Sturm
f@rtfs.org
Wed, 09 Mar 2005 15:48:31 +0100
Hi!
> because it was already in the middle of a change. So then it emits
> Changed again, and the Data object updates to the new value, etc etc
> etc.
Well it's not really a recursion since the data object only emits an
event if the data actually changed. Therefore it works fine for a
Gtk.Entry. Your fix actually works but I still would like to know if
it's just forbidden to update a Gtk widget from within its Changed
Signal or if it is a flaw in the SpinButton implementation?
Thanks anyways, now I know that I am on the right track!
cu, Fabian