Re: bonobo_ui_handler_menu_set_toggle_state
- From: Ettore Perazzoli <ettore comm2000 it>
- To: John Sullivan <sullivan eazel com>
- Cc: gnome-components-list <gnome-components-list gnome org>
- Subject: Re: bonobo_ui_handler_menu_set_toggle_state
- Date: 20 Mar 2000 09:45:48 -0500
John> Currently it behaves as if the user had selected the menu
John> item, but this seems like it's the wrong choice. How can a
John> caller set the state of the checkbox without actually
John> causing code to run? The same issue exists for the radio
John> button items.
This is the same way GTK+ widgets behave. Normally in GTK+ you can
prevent the signal from being delivered with gtk_signal_block(), but
in the case of Bonobo, of course you cannot do this.
So, yes, I think I agree with you that the call should only change the
state without triggering the callback.
--
Ettore
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]