From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12754 invoked by alias); 19 Jun 2003 00:55:16 -0000 Mailing-List: contact guile-gtk-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 9875 invoked from network); 19 Jun 2003 00:49:32 -0000 Received: from unknown (HELO snoopy.pacific.net.au) (61.8.0.36) by sources.redhat.com with SMTP; 19 Jun 2003 00:49:32 -0000 Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.3) with ESMTP id h5J0nVYd002178 for ; Thu, 19 Jun 2003 10:49:31 +1000 Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h5J0nUQg003044 for ; Thu, 19 Jun 2003 10:49:31 +1000 (EST) Received: from localhost (ppp13.dyn228.pacific.net.au [203.143.228.13]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h5J0nQni003837 for ; Thu, 19 Jun 2003 10:49:29 +1000 (EST) Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19SnXe-00048s-00; Thu, 19 Jun 2003 10:44:42 +1000 To: guile-gtk@sources.redhat.com Subject: Re: examples/tictactoe.scm References: <87wugelhye.fsf@zip.com.au> <87k7boxnll.fsf@zip.com.au> <87ptlg3uyb.fsf@zagadka.ping.de> From: Kevin Ryde Mail-Copies-To: never Date: Thu, 19 Jun 2003 00:55:00 -0000 In-Reply-To: <87ptlg3uyb.fsf@zagadka.ping.de> (Marius Vollmer's message of "15 Jun 2003 05:01:32 +0200") Message-ID: <874r2mgakm.fsf@zip.com.au> User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-q2/txt/msg00145.txt.bz2 Marius Vollmer writes: > > The tictactoe example didn't ever work. I had a locally patched > version of Gtk+ that had the necessary additions to the Gtk+ object > model, but I couldn't convince the Gtk+ guys to include the patch. gtk_type_query which got added subsequently seems to give the necessary info. > Thus, tictactoe will never work right with a stock Gtk+ 1.2. It's working now :-), enough to start up and seem to go at least.