Re: Nonstandard Check Button



Carsten Burstedde wrote:
Hi,

I would like a check button where the checkbox does not automatically
toggle its state when clicked.  I only need the clicked signal, and I
will update the active state (and hence the checkbox) asynchronously.
Is there some elegant way to do this?

Catch the "clicked" signal and use g_signal_stop_emission().  Should
work I guess.

Paul




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