Christian Robottom Reis wrote:
On Thu, Jul 15, 2004 at 05:09:56PM +1000, Peter Williams wrote:

What I'm trying to set is the size of the displayed area. My table has 6 rows but only two are visible at a any one time time and I have to scroll to see the other rows. What I would like to do is make all 6 rows visible at the same time. Is there a way to do that?


Hmmm. Maybe disabling the vertical scrollbar would help in your case,

This worked.

or
ensuring the list has enough space by fidgeting with expand/fill and
perhaps even some set_size_request()ing.

Take care,

Thanks Peter -- Peter Williams [EMAIL PROTECTED]

"Learning, n. The kind of ignorance distinguishing the studious."
 -- Ambrose Bierce

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to