wxPopupWindow

wxPopupWindow

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

Functions/Procedures
Supertopics
Subtopics

wxPopupWindow

[proc]
position_popup
( atom popup, object origin, object size )

Category: wxPopupWindow

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

The popup is positioned at origin + size if it opens below and to the right (default), at origin - size if it opens above and to the left etc.

Parameters: