2020 wxWidgets team. Licensed under the wxWindows Free Documentation Licence, Version 3 wxPopupWindow
wxPopupWindow Functions for wxPopupWindow class

A special kind of top level window used for popup menus, combobox popups and such.

Styles

This class supports the following styles:

See: wxDialog, wxFrame

This class is derived (and can use functions) from: wxWindow wxEvtHandler

wxWidgets docs: wxPopupWindow

Default constructor.

Default constructor.

See: new/2 Constructor.

Constructor.

See: create/3 Create method for two-step creation.

Create method for two-step creation.

Move the popup window to the right position, i.e. such that it is entirely visible.

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.

Destructor

Destroys the object.