************** wx.PopupWindow ************** Inheritance diagram for `wx.PopupWindow`: | .. inheritance-diagram:: wx.PopupWindow | Description =========== Proxy of C++ PopupWindow class. Derived From ^^^^^^^^^^^^^ * `wx.Window `_ * `wx.EvtHandler `_ * `wx.Object `_ Known Subclasses ^^^^^^^^^^^^^^^^ `wx.PopupTransientWindow `_, `wx.TipWindow `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ * `Create <#Create>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(parent, flags=wx.BORDER_NONE) Constructor. **Parameters:** * `parent` (`wx.Window `_) * `flags` (int) | **Returns:** `wx.PopupWindow `_ -------- .. method:: Create(parent, flags=wx.BORDER_NONE) Two-phases creation call. **Parameters:** * `parent` (`wx.Window `_) * `flags` (int) | **Returns:** `bool`