hyprland_toplevel_window_mapping_handle_v1¤
wayland.hyprland_toplevel_window_mapping_handle_v1 ¤
Toplevel to window mapping
This object represents a mapping of a (wlr) toplevel to a window address.
Once created, the window_address
event will be sent containing the address of the window associated with the toplevel. Should the mapping fail, the failed
event will be sent.
Methods:
-
destroy
–Destroy handle
-
on_window_address
–Address of the window.
-
on_failed
–Mapping failed.
events
destroy ¤
destroy() -> None
Destroy handle
Destroy the handle. This request can be sent at any time by the client.
on_window_address ¤
Address of the window.
Override to handle wayland.hyprland_toplevel_window_mapping_handle_v1.events.window_address
.
on_failed ¤
on_failed() -> None
Mapping failed.
Override to handle wayland.hyprland_toplevel_window_mapping_handle_v1.events.failed
.