From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eric Gillespie Newsgroups: gmane.emacs.devel Subject: Re: Gtk patch version 2, part 1 Date: Tue, 17 Dec 2002 00:18:02 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <14385.1040102282@remus.pretzelnet.org> References: <200212162019.gBGKJf18015123@stubby.bodenonline.com> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1040102429 31883 80.91.224.249 (17 Dec 2002 05:20:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 17 Dec 2002 05:20:29 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18OA9Z-0008Hx-00 for ; Tue, 17 Dec 2002 06:20:25 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18OANM-0002VP-00 for ; Tue, 17 Dec 2002 06:34:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18OA7z-0002yo-0A for emacs-devel@quimby.gnus.org; Tue, 17 Dec 2002 00:18:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18OA7j-0002W1-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 00:18:31 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18OA7L-0001UN-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 00:18:13 -0500 Original-Received: from remus.pretzelnet.org ([216.37.46.186]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18OA7J-0001KK-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 00:18:05 -0500 Original-Received: from remus.pretzelnet.org (localhost [127.0.0.1]) by remus.pretzelnet.org (Postfix) with ESMTP id B540F1A285 for ; Tue, 17 Dec 2002 00:18:02 -0500 (EST) Original-To: emacs-devel@gnu.org User-Agent: nmh/1.0.4+dev (i386-unknown-netbsdelf1.6) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10191 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10191 Miles Bader writes: > I also notice that scrollbars flicker _a lot_, to the extent that it's > pretty annoying. Yes, i notice that too. > Also, menu display seems noticably slower than with `lucid toolkit' > menus, but that may be just GTK being slow (or some sort of intentional > delay). It certainly isn't GTK. > Otherwise, it's looking good! Quite! > I still don't want to use it for everyday use, because the menu bar is > too big and ugly, but that's partially Gnome/GTK's fault -- it only > seems to have _one_ font you can specify, which gets used for everything > (and I want to keep the large font for my `panel' text)! No, you can specify styles for individual widgets just like with true Xt applications. Application developers are supposed to assign their widget's name with gtk_widget_set_name(). As long as Emacs sets its menubar widgets to be named something like "emacs-menubar" something like this should do what you want: style "emacs-menubar-font" { font = "blah" } widget emacs-menubar style "emacs-menubar-font" -- Eric Gillespie <*> epg@pretzelnet.org Build a fire for a man, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life. -Terry Pratchett