Re: screen, fonts and dpi...
- From: "muppet" <scott asofyet org>
- To: gtk-perl-list gnome org
- Subject: Re: screen, fonts and dpi...
- Date: Thu, 2 Jun 2005 09:48:53 -0400 (EDT)
The Saltydog said:
How can I be sure that, apart from font dpi's, the list window is
always displayed in the same format (all column visible?)
why not the so-simple-its-almost-stupid solution?
$scrolled_window->set_policy ('never', # horizontal
'automatic'); #vertical
$scrolled_window->add ($simple_list);
--
muppet <scott at asofyet dot org>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]