[wxPython] How to set the position of a window

Hi,

How can a set the position of a window? I can use wxWindow.GetPosition() to
get the position but there is no wxWindow.SetPosition() method to set the
position.

Regards
Gerrit van Dyk

···

-------------------------------------------------------------------------
This e-mail is intended only for the use of the individual or entity named
above and may contain information that is confidential and privileged,
proprietary to the company and protected by law. If you are not the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this e-mail is strictly prohibited. Opinions, conclusions and
other information in this message that do not relate to the official
business of our company shall be understood as neither given nor endorsed by
it.

look at wxWindow::Move

bye

···

===========================================================
Heinl Raimund SSH - Software Systeme Heinl
gepr.Wirtschaftsinformatiker IHK Am Galling 3
Tel. 09151 / 7 10 99 91217 Hersbruck
Fax. 09151 / 90 50 51
http: coming soon
Email: heinlr@gmx.de

----- Original Message -----
From: "Gerrit Van Dyk" <GerritVD@decillion.net>
To: "wxPython (E-mail)" <wxpython-users@lists.wxwindows.org>
Sent: Friday, October 26, 2001 2:09 PM
Subject: [wxPython] How to set the position of a window

Hi,

How can a set the position of a window? I can use wxWindow.GetPosition()

to

get the position but there is no wxWindow.SetPosition() method to set the
position.

Regards
Gerrit van Dyk

-------------------------------------------------------------------------
This e-mail is intended only for the use of the individual or entity named
above and may contain information that is confidential and privileged,
proprietary to the company and protected by law. If you are not the

intended

recipient, you are hereby notified that any dissemination, distribution or
copying of this e-mail is strictly prohibited. Opinions, conclusions and
other information in this message that do not relate to the official
business of our company shall be understood as neither given nor endorsed

by

it.

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

How can a set the position of a window? I can use wxWindow.GetPosition()

to

get the position but there is no wxWindow.SetPosition() method to set the
position.

window.Move()

···

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