how to find the width of a border?

if I have a panel object that was created through XRC (so the python
code does not know the details of the thing). How can the code figure
out how wide the border is around the panel?

Paul

···

--
Paul Sijben tel: +31334566488
Eemvalley Technology BV fax: +31334557523
the Netherlands http://eemvalley.com
-----------------------------------------------------
EemValley Technology werft python & wxpython
programmeurs: http://www.eemvalley.nl/jobs

Paul Sijben wrote:

if I have a panel object that was created through XRC (so the python
code does not know the details of the thing). How can the code figure
out how wide the border is around the panel?

You can look at the difference between size and client size.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!