Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #30044
| References | <CAEMsKDur6Cmbp-XDFSOpjwucc7AqytmTqWLLxKKcNjuzrr7TCw@mail.gmail.com> |
|---|---|
| Date | 2012-09-25 10:14 +0200 |
| Subject | Re: why do this program not fullscreen? |
| From | Vlastimil Brom <vlastimil.brom@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1295.1348560900.27098.python-list@python.org> (permalink) |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: why do this program not fullscreen? Vlastimil Brom <vlastimil.brom@gmail.com> - 2012-09-25 10:14 +0200
csiph-web