.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2025 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.WindowMode: ========================================================================================================================================== |phoenix_title| **wx.WindowMode** ========================================================================================================================================== The `WindowMode` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ Normal Show the frame non-modally, and this is the default. WindowModal Disable only the parent window while the frame is shown. AppModal Disable all the other TLWs while the frame is shown. ================================================================================ ================================================================================ |