Hi. Tell me about this problem.
- From: Cool Guy <assa77 gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Hi. Tell me about this problem.
- Date: Thu, 12 Jan 2006 19:43:16 +0900
Hi, all
After made radiobutton, then set handler.
g_signal(radiobutton, "clicked", G_CALLBACK(AAA), NULL);
static void aaa(){
g_message("aaa");
}
But, when radiobutton clicked, output g_message("aaa") is two times.
# output
aaa
aaa
What is the problem? I read tutorial but I don't know.
p.s. I am sorry, I can't write in english very well..
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]