I want to use a dGridSizer on a panel, but need a bit of space around the outside to make it look good. I figured that a "Border" was the appropriate way. The API doesn't mention a Border property. The wiki does. But when I tried this: pnl.Sizer = dabo.ui.dGridSizer(HGap=5, VGap=15, Border=20)
I got: TypeError: Invalid keyword arguments passed to dGridSizer: Border What have I missed? -- Fraser Burns _______________________________________________ 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]
