wxPython frame

Peter Hansen peter at engcorp.com
Tue Nov 2 09:06:31 EST 2004


Austin wrote:
> In tkinter, the dialogs  has the function grab_set(). That means disable
> other windows while it's open.
> Is there any function like that in wxPython. I want to use it on my frame.
> For example, a.py is main frame. There is a button "config" to open
> b.py(config frame).
> If the function exists in wxPython, i could put that in b.py when b.py is
> open and we couldn't
> click a.py. Or any other ways to avoid click a.py when b.py is open.

The wxPython mailing list is probably a better way to get
good answers to wxPython questions.

-Peter



More information about the Python-list mailing list