HT clear some wxPython fram?

Jon Bills jon_bills at hotmail.com
Wed Jul 3 11:52:47 EDT 2002


"Klaus Reinhardt" <K.Rdt at TU-Berlin.DE> wrote in message
news:mailman.1025708884.27158.python-list at python.org...
> ---------------------------------------------------------------------
> Hi
>
> When I do:
> import wxPython.wx
>
> for i in dir(wxPython.wx):
> print i
> I can filter:
> WXK_CLEAR
> wxCLEAR
> wxID_CLEAR
> wxLog_ClearTraceMasks
> wxResourceClear
> But I can't use
> wxClear().
>
> HOW I CAN CLEAR SOME FRAME?

Have you tried frame.Clear()? It's a member of wxWindow, which all frames
derive from.

Cheers,

Jon.





More information about the Python-list mailing list