Enum sixtyfps_corelib::window::PopupWindowLocation [−][src]
Expand description
This enum describes the different ways a popup can be rendered by the back-end.
Variants
The popup is rendered in its own top-level window that is know to the windowing system.
ChildWindow(Point)
The popup is rendered as an embedded child window at the given position.
Tuple Fields of ChildWindow
0: Point