wxPython - question

David C. Fox davidcfox at post.harvard.edu
Sat Jul 12 10:20:27 EDT 2003


Artur M. Piwko wrote:
> In the darkest hour on Thu, 10 Jul 2003 18:12:55 -0700,
> Tom Plunket <tomas at fancy.org> screamed:
> 
>>By reading the docs and using the right flags.  :)
>>
>>(I've been using wx for two weeks.)
>>
> 
> 
> Me - 2 days (-;
> 
> 
>>wxFRAME_NO_TASKBAR - Creates an otherwise normal frame but it
>>
> 
> 
> Thanks. I was looking for function and this is a style...
> I am fighting right now with setting/resetting this flag on live frame.
> 
> Artur
> 

I don't know about this one in particular, but there are very few styles 
which can be reset after the window is created.  You might consider 
creating a new frame with the appropriate style when you want to switch 
to a different style.

David





More information about the Python-list mailing list