Michal Porzuczek wrote:
>Hi,
>
>I was wondering if it is possible to set a Toggle Button's state to
>something else when you are inside another Toogle Button's callback. I
>know there is the gtk_toggle_button_set_active method but that
>requires you to have the GtkToggleButton. Is there another me
obj["name"] = &ext_ptr; in C++ or any OOP
language.
To get the data (the operation obj["name"] in C++/OOP)
we have to use
(typecast as necessary ) g_object_get_data(obj,name);
Re: State changing of Toggle Buttons
Specific in
On 05/30/2005 04:44:00 PM, Michal Porzuczek wrote:
Hi,
I was wondering if it is possible to set a Toggle Button's
state to something else when you are inside another Toogle
Button's callback. I know there is the
gtk_toggle_button_set_active method but that requires you to
have the GtkTog
Hi,
I was wondering if it is possible to set a Toggle Button's state to
something else when you are inside another Toogle Button's callback. I
know there is the gtk_toggle_button_set_active method but that
requires you to have the GtkToggleButton. Is there another method that
only uses the Widget