[Glade-users] Question???
- From: chenchangbing at gmail.com (kevin chen)
- Subject: [Glade-users] Question???
- Date: Fri, 2 Nov 2007 21:58:32 +0800
I 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 user_data)
{
g_print("User has clicked button1 %s\n",(gchar *)user_data);
}
=====================================================
I get this 'User has clicked button1 '.
It seems nothing to be returned.
Help!
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]