how to set wxPython main frame bottom right on screen?

Posted by Hitesh Chavda on Stack Overflow See other posts from Stack Overflow or by Hitesh Chavda
Published on 2010-03-17T14:03:47Z Indexed on 2010/05/12 6:04 UTC
Read the original article Hit count: 254

Filed under:
|

For better description,

+-----------------------+
|   Desktop (screen)    |
|                       |
|                       |
|         +----------+  |
|         | wxPython |  |
|         |   App.   |  |
|         |          |  |
|         |          |  |
|         +----------+  |
+-----------------------+

Look at WxPython App., which is align to the bottom right of screen. How to I position my main frame because screen width is different on each pc?

For Better Understanding, I want to pop-up small window like Digsby and FeedNotifier use! i think both use python!!

© Stack Overflow or respective owner

Related posts about python

Related posts about wxpython