Re: Hi. Tell me about this problem.



Cool Guy wrote:

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..


 


I am sorry, I solved..



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