public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
* gtk-toggle-button-toggled problem
@ 2001-09-08 10:21 David Pirotte
  0 siblings, 0 replies; only message in thread
From: David Pirotte @ 2001-09-08 10:21 UTC (permalink / raw)
  To: guile-gtk

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-09-08 10:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-08 10:21 gtk-toggle-button-toggled problem David Pirotte

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