From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27825 invoked by alias); 22 Jan 2003 17:54:11 -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 27423 invoked from network); 22 Jan 2003 17:54:08 -0000 Received: from unknown (HELO atrey.karlin.mff.cuni.cz) (195.113.31.123) by 172.16.49.205 with SMTP; 22 Jan 2003 17:54:08 -0000 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 503) id B2A374FCA5; Wed, 22 Jan 2003 18:54:07 +0100 (CET) To: guile-gtk@sources.redhat.com Cc: Kevin Ryde Subject: Re: a few more functions From: Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz> Date: Wed, 22 Jan 2003 17:54:00 -0000 Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-q1/txt/msg00004.txt.bz2 Hello, thank you for you patch. Beside applying your patch, I also deprecated gtk-toggle-button-set-state (in in favor of -set-active version) and removed exclamation mark from field setters (I wrote about the removal last time). 0. > * gdk-1.2.defs (GdkFont): Add ascent and descent fields. > (gdk_window_get_events, gdk_window_at_pointer, gdk_window_get_pointer, > gdk_window_raise, gdk_window_set_background, > gdk_window_set_back_pixmap, gdk_window_set_events): New functions. > > * gtk-1.2.defs (GtkTreeItem): Add expanded field > (GtkMenuItem): Add submenu field. > (gtk_window_add_accel_group, gtk_window_remove_accel_group, > gtk_toggle_button_get_active): New functions.