emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gtk patch version 2, part 1


From: Eric Gillespie
Subject: Re: Gtk patch version 2, part 1
Date: Tue, 17 Dec 2002 00:18:02 -0500
User-agent: nmh/1.0.4+dev (i386-unknown-netbsdelf1.6)

Miles Bader <address@hidden> 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 <*> address@hidden

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]