From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13072 invoked by alias); 29 May 2003 23:43:49 -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 13039 invoked from network); 29 May 2003 23:43:49 -0000 Received: from unknown (HELO snoopy.pacific.net.au) (61.8.0.36) by sources.redhat.com with SMTP; 29 May 2003 23:43:49 -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 h4TNhmPB030954 for ; Fri, 30 May 2003 09:43:48 +1000 Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h4TNhlQg000998 for ; Fri, 30 May 2003 09:43:47 +1000 (EST) Received: from localhost (ppp16.dyn228.pacific.net.au [203.143.228.16]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h4TNhkYZ007998 for ; Fri, 30 May 2003 09:43:46 +1000 (EST) Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19LX3c-0000mF-00; Fri, 30 May 2003 09:43:40 +1000 To: guile-gtk@sources.redhat.com Subject: Re: texinfo documentation References: <87llxd2c59.fsf@zip.com.au> <874r3lmifw.fsf@zip.com.au> <87of1tjjwy.fsf@zip.com.au> <87znldi1wl.fsf@zip.com.au> <87el2mmymo.fsf@zip.com.au> <87smr2lgge.fsf@zip.com.au> From: Kevin Ryde Mail-Copies-To: never Date: Thu, 29 May 2003 23:43:00 -0000 In-Reply-To: (Marko Rauhamaa's message of "25 May 2003 19:33:22 -0700") Message-ID: <873cixnwsz.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/msg00120.txt.bz2 Marko Rauhamaa writes: > > I have now changed all the rectangle-inputting procedures to input > GdkRectangle's instead of (x,y,w,h). In the other direction, is gdk_window_get_geometry one of yours? You need to name stuff in the ChangeLog so it's possible to tell. That function really wants to be a plain multiple-values thingie, not have its x,y,w,h transmuted into a rectangle (if I read the code rightly). Propose a new routine in the latter style if you have a burning need for it, but the function called gdk-window-get-geometry really should follow the general conventions.