****************** wx.MDIClientWindow ****************** Inheritance diagram for `wx.MDIClientWindow`: | .. inheritance-diagram:: wx.MDIClientWindow | Description =========== An MDI client window is a child of `wx.MDIParentFrame `_, and manages zero or more `wx.MDIChildFrame `_ objects. .. seealso:: `wx.MDIChildFrame `_, `wx.MDIParentFrame `_, `wx.Frame `_ Derived From ^^^^^^^^^^^^^ * `wx.Window `_ * `wx.EvtHandler `_ * `wx.Object `_ Remarks ^^^^^^^ The client window is the area where MDI child windows exist. It doesn't have to cover the whole parent frame; other windows such as toolbars and a help window might coexist with it. There can be scrollbars on a client window, which are controlled by the parent window style. The `wx.MDIClientWindow` class is usually adequate without further derivation, and it is created automatically when the MDI parent frame is created. If the application needs to derive a new class, the function `wx.MDIParentFrame.OnCreateClient` must be overridden in order to give an opportunity to use a different class of client window. Under Windows 95, the client window will automatically have a sunken border style when the active child is not maximized, and no border style when a child is maximized. Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(parent, style=0) Constructor. **Parameters:** * `parent` (`wx.MDIParentFrame `_) * `style` (long) | **Returns:** `wx.MDIClientWindow `_