Re: how shrink entire GUI?
- From: Gavin Jefferies <gj262 yahoo com>
- To: gtk-list gnome org
- Subject: Re: how shrink entire GUI?
- Date: 15 Mar 2002 09:45:26 -0800
I had luck doing the opposite (i.e. expanding) with an RC style file
and a default font. This is my PERL code (check the API docs at
gtk.org for a C equivalent):
my $rcfile = $ENV{'HOME'}."/.emptytree-seedy/rc";
Gtk::Rc->parse($rcfile) if (-e $rcfile);
And the RC file with a small font:
--
style "default"
{
font = "-adobe-helvetica-bold-r-normal--8-*-*-*-*-*-*-*"
}
widget_class "*" style "default"
--
Gavin
Christian Seberino <seberino spawar navy mil> writes:
> With all text and sliders and pixmaps my GUI
> is very large. Is there any easy way to
> shrink EVERYTHING a little??... smaller fonts, widgets,etc.?
>
> CS
> --
> =======================================================
> | Dr. Christian Seberino || (619) 553-7940 (office) |
> | SPAWARSYSCEN 2363 || (619) 553-2836 (fax) |
> | 53560 HULL ST || |
> | SAN DIEGO CA 92152-5001 || seberino spawar navy mil |
> =======================================================
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
--
Gavin Jefferies. gavin at emptytree.com. http://emptytree.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]