Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #30044 > unrolled thread
| Started by | Vlastimil Brom <vlastimil.brom@gmail.com> |
|---|---|
| First post | 2012-09-25 10:14 +0200 |
| Last post | 2012-09-25 10:14 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: why do this program not fullscreen? Vlastimil Brom <vlastimil.brom@gmail.com> - 2012-09-25 10:14 +0200
| From | Vlastimil Brom <vlastimil.brom@gmail.com> |
|---|---|
| Date | 2012-09-25 10:14 +0200 |
| Subject | Re: why do this program not fullscreen? |
| Message-ID | <mailman.1295.1348560900.27098.python-list@python.org> |
2012/9/25 Levi Nie <levinie001@gmail.com>: > the code: > import wx > app=wx.App() > win=wx.Frame(None) > win.ShowFullScreen() > app.MainLoop() > > > -- > http://mail.python.org/mailman/listinfo/python-list > Hi, win.ShowFullScreen(True) should work, the boolean parameter appears to be required. hth, vbr
Back to top | Article view | comp.lang.python
csiph-web