gnupic@linuxhacker.org

gnupic@linuxhacker.org


Subject: Re: gtk
From: Ralf Forsberg
Date: Tue, 12 Mar 2002 07:46:54 +0100

On Tue, Mar 12, 2002 at 12:15:35PM +1000, John Duncan wrote:
> hello,
> 
> I would like to be able to increase the size of the menufonts.  i have been
> hoping to do this for a while, but never got around to it.  I have come
> across a file called gtkrc, but this doesn't seem to contain anything
> relevent.
> 
> Any pointers ould be appreciated

This could work:

style "mymenufont"
{
        font="-adobe-times-medium-r-normal-*-19-*-*-*-p-*-iso8859-1"
}
widget_class "*MenuItem*" style "mymenufont"

 / Ralf


gnupic@linuxhacker.org