Subject: Re: Control user change of SpinButton value
Date: Mon, 17 Jul 2006 06:15:19 -0500
Murray Cumming wrote:
<snip>
Evidently, Josepo wishes to prevent change of the Gtk::SpinButton
object's value by the user under certain circumstances.
Can't he just use set_sensitive(false)?
<snip>
If his use of Gtk::SpinButton::signal_value_changed is solely for that
purpose, I'm sure he could and that would indeed make my mutex idea out
to be a bit more than what is needed.