On Sep 8, 2008, at 8:15 AM, Sibylle Koczian wrote:

> That's a good idea. I see that the dGridSizer doesn't have a column  
> width
> property (or I didn't recognise it), but I could use labels with  
> fixed width
> taken from the buttons in the first grid.

        Sizers don't have the notion of a fixed width or height; instead,  
they exist solely to calculate those dimensions based on what's inside  
of them. So if you want a fixed column width, add something to that  
column that has that Width, and make sure that the column is not set  
to expand. You can do that with:

grdsz.setColExpand(colnum, False)

-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to