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 <[EMAIL PROTECTED]> 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 || [EMAIL PROTECTED] | > ======================================================= > _______________________________________________ > gtk-list mailing list > [EMAIL PROTECTED] > http://mail.gnome.org/mailman/listinfo/gtk-list -- Gavin Jefferies. gavin at emptytree.com. http://emptytree.com/ _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list