hi ,
you can change the font size of a general widget from rc file. Refer the
following code.
///////////////////////////////////////////////////////
style "dialogstyle" = "default"
{
  font_name = "Sans 20"
}

widget_class "*Dialog*" style "dialogstyle"
////////////////////////////////////////////////////////////////

Include the above code to rc file . It works.

Regards,
Chandra Shekhar Sengupta

Date: Sat, 26 Apr 2008 10:10:45 -0700
From: "Garth's KidStuff" <[EMAIL PROTECTED]>
Subject: Re: setting the font of a dialog widget
To: gtk-app-devel-list@gnome.org, [EMAIL PROTECTED]
Message-ID:
       <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

Hey there,

I just now got back to this problem.  Maybe I'm misunderstanding something,
but it seems that the solution you recommend is solely a solution for
Gtk::Labels -- not for general widgets.  I can change the font size for
labels -- but not for other widgets (e.g. CheckButton, RadioButton.).
That's my issue.

To recap:  How do I change the font size of a general widget?

Thanks in advance.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to