[Glade-users] Help Me



 build a button in glade 3.4.0
    and set the 'Handler' of button to be 'on_button1_clicked'
    and set the 'User_data' to be 'Hello'.
but...
when I use this function to get the value of the 'User_data'
??????????????????????????????????????????????????????????
void on_button1_clicked(GtkButton *button,gpointer data)
{
g_print("User has clicked button1 %s\n",data);
}
??????????????????????????????????????????????????????????
I get this 'User has clicked button1 '.

It seems nothing to be returned.

Help!

-- 
TrojanChen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/glade-users/attachments/20071102/b08ea358/attachment.html 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]