Re: Can't correctly set data to an object (button) is now OK

2002-08-01 Thread philippe . vivarelli
PROTECTED] | |cc: [EMAIL PROTECTED] | |Subject: Re: Can't correctly set data

Can't correctly set data to an object (button)

2002-07-31 Thread philippe . vivarelli
Hi all, Well I have toggle button to wich I attached a default string (DEFAULT) using the gtk_object_set_user_data function. In the callback toggle function I reassign this string regarding the state of the button. I pick up the new string from a gtk_entry. The problem is when I get the

Re: Can't correctly set data to an object (button)

2002-07-31 Thread Sven Neumann
Hi, [EMAIL PROTECTED] writes: Well I have toggle button to wich I attached a default string (DEFAULT) using the gtk_object_set_user_data function. In the callback toggle function I reassign this string regarding the state of the button. I pick up the new string from a gtk_entry. you

Can't correctly set data to an object (button)

2002-07-31 Thread philippe . vivarelli
Hi all, Well I have toggle button to wich I attached a default string (DEFAULT) using the gtk_object_set_user_data function. In the callback toggle function I reassign this string regarding the state of the button. I pick up the new string from a gtk_entry. The problem is when I get the