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: Miles Bader
Subject: Re: Gtk patch version 2, part 1
Date: 18 Dec 2002 10:08:53 +0900

"Jan D." <address@hidden> writes:
> > Hopefully a future version of emacs-gtk will allow overriding some of
> > the horrid GTK defaults...  I'd like, at least:  (1) menu font
> 
> For 1) you can create a file ~/.gtkrc-2.0 and put into it something like:
> 
> style "menubar"
> {
>   font = "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1"
> }
> widget_class "*GtkMenu*" style "menubar"

I tried this, and it doesn't seem to work -- there's no error message,
but no change in the menubar font either.  Here's the exact .gtkrc-2.0
file I tried (as I mentioned in a previous message, I know it's
_reading_ the file, because syntax errors _do_ result in error messages):

   style "menubar" { font = 
"-adobe-helvetica-medium-r-normal--10-*-*-*-*-*-iso8859-1" }
   widget_class "*GtkMenu*" style "menubar"

[minus the indentation, actually; I also tried variants like
`font = "Helvetica 10"', but none of them worked either]

Any ideas?

Thanks,

-Miles
-- 
Yo mama's so fat when she gets on an elevator it HAS to go down.



reply via email to

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