Re: setting the font of a dialog widget

2008-04-27 Thread jcupitt
On 26/04/2008, Garth's KidStuff [EMAIL PROTECTED] wrote: 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

Re:Re: setting the font of a dialog widget

2008-04-27 Thread Chandra Shekhar Sengupta
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

Re: setting the font of a dialog widget

2008-04-26 Thread Garth's KidStuff
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,

Re: setting the font of a dialog widget

2008-04-18 Thread jcupitt
Hi Garth, 2008/4/18 Garth's KidStuff [EMAIL PROTECTED]: that's not relevant). If the widget I'm trying to set happens to be a Gtk::Label, then it works. But other widgets (e.g. Gtk::Frame or Gtk::Checkbutton) don't and just seem to use their default font no matter what. For example: I