Re: State changing of Toggle Buttons

2005-05-31 Thread Eduardo M KALINOWSKI
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

Sharing Variables in GTK+, & Re: State changing of Toggle Buttons

2005-05-30 Thread Muthiah Annamalai
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

Re: State changing of Toggle Buttons

2005-05-30 Thread Peter Bloomfield
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

State changing of Toggle Buttons

2005-05-30 Thread Michal Porzuczek
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