From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18143 invoked by alias); 22 Aug 2003 23:56:35 -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 18135 invoked from network); 22 Aug 2003 23:56:34 -0000 Received: from unknown (HELO snoopy.pacific.net.au) (61.8.0.36) by sources.redhat.com with SMTP; 22 Aug 2003 23:56:34 -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 h7MNuW0J003287 for ; Sat, 23 Aug 2003 09:56:33 +1000 Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h7MNuWkv010621 for ; Sat, 23 Aug 2003 09:56:32 +1000 (EST) Received: from localhost (ppp31.dyn228.pacific.net.au [203.143.228.31]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h7MNuVos020911 for ; Sat, 23 Aug 2003 09:56:31 +1000 (EST) Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19qLlX-0001YP-00; Sat, 23 Aug 2003 09:56:23 +1000 To: guile-gtk@sources.redhat.com Subject: gdk-window-set-geometry-hints References: From: Kevin Ryde Mail-Copies-To: never Date: Fri, 22 Aug 2003 23:56:00 -0000 Message-ID: <87k795mel5.fsf@zip.com.au> User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-q3/txt/msg00056.txt.bz2 I think gdk-window-set-geometry-hints could be better done with keywords a bit like gdk-window-new than with a long list of arguments, and GdkWindowHints flags to say which are actually relevant. The same would apply to the corresponding gtk level function gtk-window-set-geometry-hints. These two are the only users of GdkGeometry + GdkWindowHints, so I guess there's no great need to wrap GdkGeometry separately.