public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: David Pirotte <david@altosw.be>
To: guile-gtk <guile-gtk@sourceware.cygnus.com>
Subject: gtk-toggle-button-toggled problem
Date: Sat, 08 Sep 2001 10:21:00 -0000	[thread overview]
Message-ID: <3B9A48B6.EC0C89E@altosw.be> (raw)

Hi

in guile-gtk branch of:

        gnome-guile-0.21pre2
and
	guile-1.7.0

the following signal leads to a 'loop for ever' problem (when the user clicks
the check-button):

	...
	(let ((chutte-cb (gtk-check-button-new-with-label "chutte ...")))
	  (gtk-table-attach table0 chutte-cb 2 3 2 3
			    '(fill) '(0)
			    0 0)
	  ...
	  (gtk-signal-connect chutte-cb "toggled"
			      (lambda ()
				(format #t "chutte toggled state: ~S~%"
					(gtk-toggle-button-toggled chutte-cb)
					;; (gtk-toggle-button-get-active chutte-cb)
					)))
	  ...)

david

                 reply	other threads:[~2001-09-08 10:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3B9A48B6.EC0C89E@altosw.be \
    --to=david@altosw.be \
    --cc=guile-gtk@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).