|
wlmaker
|
#include <xdg_popup.h>

Public Attributes | |
| wlmtk_content_t | super_content |
| wlmtk_surface_t * | surface_ptr |
| struct wlr_xdg_popup * | wlr_xdg_popup_ptr |
| struct wl_listener | reposition_listener |
| struct wl_listener | destroy_listener |
| struct wl_listener | new_popup_listener |
| struct wl_listener | surface_map_listener |
State of toolkit popup.
| struct wl_listener _wlmaker_xdg_popup_t::destroy_listener |
Listener for the destroy signal of wlr_xdg_surface::events.
| struct wl_listener _wlmaker_xdg_popup_t::new_popup_listener |
Listener for the new_popup signal of wlr_xdg_surface::events.
| struct wl_listener _wlmaker_xdg_popup_t::reposition_listener |
Listener for the reposition signal of wlr_xdg_popup::events
| wlmtk_content_t _wlmaker_xdg_popup_t::super_content |
Super class: Content.
| struct wl_listener _wlmaker_xdg_popup_t::surface_map_listener |
Listener for the map signal of the wlr_surface.
| wlmtk_surface_t* _wlmaker_xdg_popup_t::surface_ptr |
Surface of the popup.
| struct wlr_xdg_popup* _wlmaker_xdg_popup_t::wlr_xdg_popup_ptr |
The WLR popup.