Re:Re: setting the font of a dialog widget

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

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

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, RadioButton.).

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 exampl

setting the font of a dialog widget

2008-04-18 Thread Garth's KidStuff
Hi, Thanks in advance. I'd like to set the font size of a general widget in a dialog box as part of the initialization of the dialog. I'm not using Glade -- I'm building the dialog by hand (actually auto-converting from a Windows resource file, but that's not relevant). If the widget I'm trying