XdgPopup QML Type
Provides menus for an xdg surface More...
Import Statement: | import QtWayland.Compositor 1.0 |
Properties
- parentSurface : object
- surface : object
Methods
- void initialize(object surface, object parentSurface, object resource)
Detailed Description
XdgPopup is part of the XdgShell extension and provides desktop-style menus for an XdgSurface.
It corresponds to the Wayland interface xdg_popup
.
Property Documentation
This property holds the surface associated with the parent of this XdgPopup.
This property holds the surface associated with this XdgPopup.
Method Documentation
Initializes the xdg popup and associates it with the given shell, surface, parentSurface, and resource.