[wxpython-users] Full screen application

chris botos chris.botos at gmail.com
Mon May 5 05:15:31 PDT 2008


On Mon, May 5, 2008 at 12:48 AM, Paul Scott <pscott at uwc.ac.za> wrote:
>
>
> What I would like to do, is to get the application to run fullscreen so
> that the desktop and panels are all hidden. Also, I don't suppose there
> is a way to disable the on/off switch on my laptop eh? ;)
>

Hi Paul,

Try:   frame.ShowFullScreen(True, wx.ALL) instead of Show().
I can't help with the power button.

-Chris


More information about the wxpython-users mailing list