From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8057 invoked by alias); 9 Aug 2003 00:10:39 -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 8049 invoked from network); 9 Aug 2003 00:10:38 -0000 Received: from unknown (HELO snoopy.pacific.net.au) (61.8.0.36) by sources.redhat.com with SMTP; 9 Aug 2003 00:10:38 -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.4) with ESMTP id h790AT0J009804; Sat, 9 Aug 2003 10:10:30 +1000 Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h790ATCh028536; Sat, 9 Aug 2003 10:10:29 +1000 (EST) Received: from localhost (ppp24.dyn228.pacific.net.au [203.143.228.24]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h790ARPs012555; Sat, 9 Aug 2003 10:10:28 +1000 (EST) Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19lHJH-0003mp-00; Sat, 09 Aug 2003 10:10:15 +1000 To: "=?iso-8859-1?q?Jos=E9?= Roberto B. de A. Monteiro" Cc: guile-user@gnu.org, guile-gtk@sources.redhat.com Subject: Re: GtkObject to Guile References: <20030807202552.GA3016@milla.autsens.localnet> <87k79pf6ds.fsf@alice.rotty.yi.org> <20030808135901.GA3778@milla.autsens.localnet> <87u18rsyok.fsf@alice.rotty.yi.org> From: Kevin Ryde Mail-Copies-To: never Date: Sat, 09 Aug 2003 00:10:00 -0000 In-Reply-To: <87u18rsyok.fsf@alice.rotty.yi.org> (Andreas Rottmann's message of "Fri, 08 Aug 2003 22:04:59 +0200") Message-ID: <87ekzvbsih.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=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2003-q3/txt/msg00035.txt.bz2 Jos=E9 Roberto B. de A. Monteiro writes: > > SCM gh_GtkWindow2scm(GtkWindow * window); For guile-gtk, you can see how the generated gtk-glue.c uses sgtk_wrap_gtkobj to do this. Not sure that function is meant for application use though, might want a better name if it was to be a documented interface.