How to I set the color of frame ?

Hi !

1. How to I set the color of main frame ?
2. How to set the position/size of frame after the creation ?

Thx:
KK

Krisztian Kepes wrote:

Hi !

1. How to I set the color of main frame ?

frame.SetBackgroundColour

2. How to set the position/size of frame after the creation ?

frame.SetPosition
frame.SetSize

See the docs.

ยทยทยท

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