Re:Re: setting the font of a dialog widget
- From: "Chandra Shekhar Sengupta" <sayan801 gmail com>
- To: gtk-app-devel-list gnome org
- Cc: garthskidstuff gmail com
- Subject: Re:Re: setting the font of a dialog widget
- Date: Mon, 28 Apr 2008 10:30:37 +0530
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" <garthskidstuff gmail com>
Subject: Re: setting the font of a dialog widget
To: gtk-app-devel-list gnome org, jcupitt gmail com
Message-ID:
<cc40fe460804261010k639a076bu3c22225b932d8530 mail gmail com>
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]