Re: "Lazy" GtkToggleButtons

2007-02-02 Thread Yeti
On Fri, Feb 02, 2007 at 07:30:24PM +0100, [EMAIL PROTECTED] wrote: > I frequently have the need for GtkToggleButtons that emit a > "toggled"-signal but do not switch state. The signal handler then should > send a toggle request to a server via network. After receiving a > confirmation from the s

"Lazy" GtkToggleButtons

2007-02-02 Thread Stefan . Weber
I frequently have the need for GtkToggleButtons that emit a "toggled"-signal but do not switch state. The signal handler then should send a toggle request to a server via network. After receiving a confirmation from the server, I wish to toggle the button from code. I have not found a way to do