A special kind of top level window used for popup menus, combobox popups and such.
Default constructor. |
|
Create method for two-step creation. |
|
Move the popup window to the right position, i.e. such that it is entirely visible. |
Possible constructors:
PopupWindow()
PopupWindow(parent, flags=BORDER_NONE)
A special kind of top level window used for popup menus, combobox popups and such.
__init__ (self)
Default constructor.
__init__ (self, parent, flags=BORDER_NONE)
Constructor.
parent (wx.Window) –
flags (int) –
Create method for two-step creation.
parent (wx.Window) –
flags (int) –
bool
variant (WindowVariant) –
Move the popup window to the right position, i.e. such that it is entirely visible.
The popup is positioned at ptOrigin + size if it opens below and to the right (default), at ptOrigin - sizePopup if it opens above and to the left etc.