Werner wrote:
> Hi,
>
> This is removed, how to make e.g. a Frame Modal?
The wx changes.txt file says:
- wxWindow::MakeModal() is deprecated, use wxDialog::ShowModal()
instead if possible or wxWindowDisabler otherwise.
The method still exists in the code, as long as 2.8 compatibility mode
is turned on, so I could probably still add a deprecated wrapper for it
if there is demand. The reason it is missing now is that it has been
removed from the wx documentation so the Phoenix tools are not seeing it.
--
Robin Dunn
Software Craftsman
http://wxPython.org