Re: How to send user_data into callback function by glade only?

2009-04-15 Thread Tristan Van Berkom
On Tue, Apr 14, 2009 at 10:46 AM, donglongchao donglongc...@163.com wrote: [...] And I want to show the value of myspinbutton by pass its point to callback function.But every time I click the button there is no response.Just left (gtk_toggle_button_get_active): assertion `GTK_IS_TOGGLE_BUTTON

Re: How to send user_data into callback function by glade only?

2009-04-15 Thread donglongchao
2009-04-16,Tristan Van Berkom t...@gnome.org : On Tue, Apr 14, 2009 at 10:46 AM, donglongchao donglongc...@163.com wrote: [...] And I want to show the value of myspinbutton by pass its point to callback function.But every time I click the button there is no response.Just left

Re: How to send user_data into callback function by glade only?

2009-04-14 Thread donglongchao
在2009-04-11,Tadej Borovšak tadeb...@gmail.com 写道: 2009/4/11 donglongchao donglongc...@163.com: Hi all, I have a question using glade(3.4.5). In the signal tab,there is a item user_data.I want to know how to fill and what to fill to send the data I filled into the callback function, without