From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: How to use ? Date: Thu, 28 Apr 2011 12:40:16 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1303992997 17278 80.91.229.12 (28 Apr 2011 12:16:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Apr 2011 12:16:37 +0000 (UTC) Cc: guile-user@gnu.org To: Jeff Sparkes Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Apr 28 14:16:31 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QFQ90-00056G-S8 for guile-user@m.gmane.org; Thu, 28 Apr 2011 14:16:31 +0200 Original-Received: from localhost ([::1]:42658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFQ90-0000Ef-AJ for guile-user@m.gmane.org; Thu, 28 Apr 2011 08:16:30 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFQ8q-0008Tg-QI for guile-user@gnu.org; Thu, 28 Apr 2011 08:16:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFQ8p-0004hD-Gb for guile-user@gnu.org; Thu, 28 Apr 2011 08:16:20 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:41427 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFQ8p-0004h8-Eo for guile-user@gnu.org; Thu, 28 Apr 2011 08:16:19 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 059F94480; Thu, 28 Apr 2011 08:18:09 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=gwL7J//o5zpHF/e2tFIBUPlA95U=; b=I5pWDz BpWEoSzvhywOhGE5pQcb8U4omEYX53gwiMjBptk7eNvKNSWzjvYMRhIOmW6cpTTV Yh/Gf1s1bB5xoM2jUDQEebLR6LSgvlHN2KcdZJZL119A7gsB7J6VyK9vWFpiHB3H YjHH7z4QFhSHReAQrRdkZwdFlwIr3c9uhT8BY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=RKYMfSdDDsFWftf6Eg3mRLPZwnh5Rhl5 dsX0Der2kzyPQEC2370VP1ClFBK7ycJpUVYZ4hUbgUe1rvZQHdzZjWcIsJveOzYq PtFK6uGzSlB1hdNcoahoLEzMpAaFqYqywOphhxy7Gf+rIvsm3doo/XseEz6ryfsT 0olpCVZ0+6w= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id E7BDD447F; Thu, 28 Apr 2011 08:18:06 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 5619D447C; Thu, 28 Apr 2011 08:18:05 -0400 (EDT) In-Reply-To: (Jeff Sparkes's message of "Tue, 26 Apr 2011 15:26:36 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 92D46648-7191-11E0-9139-E8AB60295C12-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8603 Archived-At: Hi Jeff, On Tue 26 Apr 2011 21:26, Jeff Sparkes writes: > The guile-gnome documentation doesn't explain how to create a > and I haven't been able to find any examples. Indeed, it does not appear to be properly wrapped. It is a "boxed" type, meaning there is a structure behind it, one for which there is a C declaration but no introspectible definition. If you can rebuild guile-gnome, you can add a gtk-requisition-new to gtk/gnome/gw/gtk-support.[ch] and gtk/gnome/defs/overrides/gtk.defs. Regards, Andy -- http://wingolog.org/